Skip to main content
Question

ISO20022 - Remittance Advice Email Notification

  • August 3, 2021
  • 2 replies
  • 273 views

Forum|alt.badge.img+2

How can we add following xml tag information in to ISO20022 bank file. In IFS where can we maintain these information. 

 

<RmtLctnMtd>EMAL</RmtLctnMtd> ---Advice to be sent via email
<RmtLctnElctrncAdr>test1@hsbc.com</RmtLctnElctrncAdr>  ---Email address of recipient( Supplier) 

This topic has been closed for replies.

2 replies

Eranda
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • 217 replies
  • August 3, 2021

@TopRichag 

If I am correct, this section is not available in standard ISO20022 CT file. The mentioned XML tags comes under RelatedRemittanceInformation. You have to make a customization on this. When payment order is created together with a payment advice, RmtLctnMtd can be set as True with value EMAIL. The email address can be fetched from AP supplier contact. Theoretically, this element should be handled as an optional XML block. But, if you do a customer specific modification, you might be able to hardcode the value EMAIL and fetch the AP supplier contact email to the XML. If you need further clarification, please feel free to DM.

 


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 2 replies
  • August 3, 2021

Eranda , Thank you very much for the answer