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

Create external bank account using "fscmRestApi/resources/11.13.18.05/externalBankAccounts"

edited May 14, 2024 9:23AM in Payables, Payments & Cash Management 4 comments

Dear All,

I am attempting to create an external bank account using the following endpoint: fscmRestApi/resources/11.13.18.05/externalBankAccount.

This endpoint functions correctly when I provide values for BankName and BankBranchName. An example of the request payload is as follows:

{
"CountryCode": "CH",
"BankAccountNumber": "XXXXX",
"CurrencyCode": "CHF",
"BankName": "BankName,
"BankBranchName": "BankBranchName",
"IBAN": "XXXXX",
"Intent": "Person",
"PayeeCreation": "Y",
"PersonId": "3000000043703645",
"accountOwners": [
{
"AccountOwnerPartyIdentifier": "3000000041623015",
"PersonId": "3000000043703645",
"Intent": "Person"
}
]
}

However, when attempting to use BankNumber and BankBranchNumber instead of BankName and BankBranchName, the API does not function correctly. An example of the request payload in this case is as follows:

{
"CountryCode": "CH",
"BankAccountNumber": "XXXX",
"CurrencyCode": "CHF",
"BankNumber": "BankNumber",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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