Destination Details Object

Object Structure

{
  "account_holder_name": "OM Grand Limited",
  "account_number": "0109866363",
  "bank_address": {
    "address_line_1": "",
    "address_line_2": "",
    "city": "",
    "country": "Singapore",
    "postal_code": "",
    "state": ""
  },
  "bank_branch": "8 MARINA BOULEVARD, 27-01, MARINA BAY FINANCIAL CENTRE",
  "bank_codes": {
    "swift_code": "SLSGO2XXX"
  },
  "bank_name": "STANDARD BANK LIMITED",
  "currencies": [
    "SGD"
  ],
  "iban": "",
  "id": "cva_d2dgk0552psfuj1he0",
  "object": "virtual_account"
}
}
{
  "currencies": [
    "USD"
  ],
  "deposit_address": "0x5gtj035ad25fnhioerfujhguri587y43894hfie2",
  "id": "cwa_jhrv4sad4tf55jrvp0",
  "object": "wallet",
  "type": "polygon pos"
}

Object Structure

Virtual Account

FieldTypeDescription
account_holder_namestringThe name of the virtual account holder.
account_numberstringThe account number for the virtual account.
bank_addressobjectThe bank’s address details. (See Bank Address Table).
bank_branchstringThe branch address of the bank.
bank_codesobjectThe bank codes associated with the bank.
bank_namestringThe name of the bank.
currenciesarrayThe list of currencies supported by the account.
ibanstringThe IBAN of the account, if applicable.
idstringThe unique identifier of the virtual account.
objectstringThe type of object, which is "virtual_account".

Bank Address

FieldTypeDescription
address_line_1stringThe first line of the bank’s address.
address_line_2stringThe second line of the bank’s address.
citystringThe city where the bank is located.
countrystringThe country where the bank is located.
postal_codestringThe postal code of the bank’s address.
statestringThe state or province of the bank’s address.

Wallet

FieldTypeDescription
idstringThe unique identifier of the wallet.
typestringThe blockchain or wallet type (e.g., ethereum).
deposit_addressstringThe deposit address of the wallet.
currenciesarrayThe list of currencies supported by the wallet.