BeneficiaryBankDetails
Beneficiary's account number, this is expected to be an iban if the bankCountry is an iban country
Beneficiary's bank identifier code, such as BIC or SWIFT
Code of the beneficiary's bank
BANK123Currency of the beneficiary's bank account. Currently only AED is supported via the API. For other currencies, please use the HubPay corporate portal.
AEDName of the beneficiary's bank
Name of the beneficiary's bank branch
Address of the beneficiary's bank
City where the beneficiary's bank is located
Province or state where the beneficiary's bank is located
Postal code of the beneficiary's bank
Country where the beneficiary's bank is located, in ISO 3166-1 alpha-2 format. Currently only AE (United Arab Emirates) is supported via the API. For international beneficiaries, please use the HubPay corporate portal.
Possible values: >= 2 characters and <= 2 characters
AEType of the beneficiary's bank account
Possible values: [CHECKING, SAVINGS, STANDARD, DEPOSIT, OTHERS]
SAVINGSBranch code of the beneficiary's bank, if applicable
{
"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"
}