Unable to use Email Address in ISO20022CGI.xsl payment format
Summary: Unable to use Email Address in ISO20022CGI.xsl payment format
Content (required):
Hello Team -
Our client has requested to include the Supplier>Address>Email in the payment file generated out of Oracle.
Currently we are using ISO20022CGI.xsl payment format, we tried including the below tags in the payment template as below.
<CtctDtls>
<EmailAdr>
<xsl:value-of select="Payee/Address/Email" />
</EmailAdr>
</CtctDtls>
But when we generate the payment file, the payment file is not having these tags in it. We need these tags to be present.
Attached is the payment format and the output of the payment for your reference.