External Bank Account Creation using REST API
Hi,
We are working on creating External Bank account and Personal Payment method using REST API. However, the external bank account loaded through REST api are not viewable.
API used:
https://xxxx-test.fa.ap1.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/externalBankAccounts
Request:
{
"BankAccountNumber": "48237123000",
"CountryCode": "CA",
"BankBranchIdentifier": 100000010666736,
"BankIdentifier": 100000010666728,
"CurrencyCode": "CAD",
"AccountType": "SAVINGS",
"StartDate": "2022-11-01",
"EndDate": "4712-12-31",
"AllowInternationalPaymentIndicator": "Y",
"Intent":"Person",
"PersonId": 300000008499942,
"BankAccountName": "Tom Test1",
"accountOwners":[{
"AccountOwnerPartyIdentifier": 300000008441324,
"PrimaryOwnerIndicator": "Y",
"Intent":"Person",
"PersonId": 300000008499942
}]
}
Can you please help to understand the cause and next action.