Virtual account
Wallet
Object Paramaters
collection_account
| Parameter | Type | Description |
|---|---|---|
| metadata | json | Set of key-value pairs attached to the collection_account object |
| virtual_account/wallet | object | Consists of all the bank account/wallet details. Please check virtual_account, wallet |
| created_at | string (ISO Date) | Collection Account creation timestamp |
| updated_at | string (ISO Date) | Collection account last updated timestamp |
| id | string | Unique identifier (ID) associated with the collection_account |
| object | string | Object structure name - collection_account in this case. |
| payment_method_type | enum | Payment Method Type used for the account. Refer List |
| status | enum | Current status of the collection account. It can either be enabled or disabled, enablement_requested, disablement_requested, enablement_rejected. |
| currencies | array | List of supported currencies the collection account can receive funds in |
virtual_account
| Parameter | Type | Description |
|---|---|---|
| account_holder_name | string | Name of the account holder |
| account_number | string | Account number of the collection account |
| bank_address | json | Bank address of the collection account bank |
| bank_codes | json | Bank codes of the collection account bank |
| bank_branch | string | Bank branch of the collection account bank |
| bank_name | string | Bank name of the collection account bank |
| iban | string | IBAN of the collection account bank |
wallet
| Parameter | Type | Description |
|---|---|---|
| type | string | Type of wallet |
| deposit address | string | Deposit address of wallet |
