BeneficiaryBankDetails
accountNumberstringrequired
Beneficiary's account number, this is expected to be an iban if the bankCountry is an iban country
bicstringrequired
Beneficiary's bank identifier code, such as BIC or SWIFT
bankCodestring
Code of the beneficiary's bank
Example:
BANK123
currencystringrequired
Currency used for transactions with the beneficiary's bank
Example:
AED
bankNamestring
Name of the beneficiary's bank
bankBranchNamestring
Name of the beneficiary's bank branch
bankAddressstring
Address of the beneficiary's bank
bankCitystring
City where the beneficiary's bank is located
bankProvincestring
Province or state where the beneficiary's bank is located
bankPostalCodestring
Postal code of the beneficiary's bank
bankCountrystringrequired
Country where the beneficiary's bank is located
Possible values: >= 2 characters
and <= 2 characters
Example:
AE
accountTypestring
Type of the beneficiary's bank account
Possible values: [CHECKING
, SAVINGS
, STANDARD
, DEPOSIT
, OTHERS
]
Example:
SAVINGS
branchCodestring
Branch code of the beneficiary's bank, if applicable
BeneficiaryBankDetails
{
"accountNumber": "string",
"bic": "string",
"bankCode": "BANK123",
"currency": "AED",
"bankName": "string",
"bankBranchName": "string",
"bankAddress": "string",
"bankCity": "string",
"bankProvince": "string",
"bankPostalCode": "string",
"bankCountry": "AE",
"accountType": "SAVINGS",
"branchCode": "string"
}