REST API externalBankAccounts Got Error 'Bank Identifier isn't valid'
Hi All,
I tried to use bank account using REST API externalBankAccounts. It returns:
The value of the attribute Bank Identifier isn't valid.
The value of the attribute Branch Identifier isn't valid.
But the BankIdentifier and BankBranchIdentifier are existed in the existed bank account.
Here is my Payload:
{ "CountryCode": "HK", "BankAccountNumber": "234567", "BankAccountName": "TEST account id is 18", "AccountType": "SAVINGS", "PersonId": "300000004125307", "BankBranchIdentifier": 300000003777970, "BankIdentifier": 300000003750782, "AllowInternationalPaymentIndicator": "Y", "Intent": "Person", "accountOwners": [ { "AccountOwnerPartyIdentifier": "300000004125315", "PersonId": "300000004125307", "Intent": "Person" } ]}
May I know why?
Thanks in advance!