Properties
Name | Type | Required | Description |
---|---|---|---|
bank_account | dict |
❌ | Issuied virtual account. |
currency | str |
❌ | Currency of the account. Three-letter ISO 4217 code. |
description | str |
❌ | Description of the account. |
ewallet | str |
❌ | ID of the wallet the bank account number is issued to. String starting with ewallet_. |
funding_instructions | dict |
❌ | Issuied virtual account funding instructions. |
id_ | str |
❌ | The country that the account number will be associated with. Two-letter ISO 3166-1 ALPHA-2 code. Uppercase. |
merchant_reference_id | str |
❌ | ID of this account, as provided by the merchant. Limited to 45 characters. |
metadata | dict |
❌ | A JSON object defined by the client. |
status | str |
❌ | Issuied virtual account statuts. |
transactions | List[CardTransaction] |
❌ | Issuied virtual account transactions. |
requested_currency | str |
❌ | Currency received by the virtual account after conversion. Uppercase. One of the following: AUD - Australian Dollar EUR - Euro GBP - Pound Sterling HKD - Hong Kong Dollar SGD - Singapore Dollar USD - US Dollar When not specified, the funds appear in the wallet’s currency account for the currency of the transaction. |