Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.49 KB

File metadata and controls

29 lines (21 loc) · 1.49 KB

DestinationBankAccount

Properties

Name Type Description Notes
bankAccountId UUID The destination bank account ID.
accountAlias String The alias of the bank account.
accountNumber String The bank account number.
swiftCode String The SWIFT or BIC code of the bank.
currency String The currency of the bank account.
beneficiaryName String The name of the account holder.
beneficiaryAddress String The address of the account holder.
bankName String The name of the bank.
bankAddress String The address of the bank.
ibanCode String The IBAN code of the bank account. [optional]
furtherCredit String The further credit of the bank account. [optional]
intermediaryBankInfo IntermediaryBankInfo [optional]
bankAccountStatus BankAccountStatus
createdTimestamp Integer The created time of the bank account, represented as a UNIX timestamp in seconds. [optional]
updatedTimestamp Integer The updated time of the bank account, represented as a UNIX timestamp in seconds. [optional]
country String Beneficiary's country, in ISO 3166-1 alpha-3 format. [optional]
city String Beneficiary's city. [optional]