Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Updating Payment Files (XML Output from the Payment Process Profile)

edited Jul 16, 2019 7:42AM in Payables, Payments & Cash Management 3 comments

Content

I am currently working with a client who requires the following code in the XML template for payment files but for our ZA client we require the XML to pull the Bank Account Number rather than IBAN. The current code is:

 

<DbtrAcct>
 <Id>
 <IBAN>
  <xsl:value-of select="BankAccount/IBANNumber" />
  </IBAN>
  </Id>
  </DbtrAcct>

 

I have tried with the following but it did not work:

 

 

<DbtrAcct>
 <Id>
 <IBAN>
  <xsl:value-of select="BankAccount/BankAccountNum" />
  </IBAN>
  </Id>
  </DbtrAcct>

Does anyone have any ideas or could offer some insight please?

 

Thanks.

 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!