Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | ID of the issued card transaction object. String starting with cit_. |
merchant_reference_id | str | ❌ | ID of this account, as provided by the merchant. Limited to 45 characters. |
ewallet | str | ❌ | ID of the wallet the bank account number is issued to. String starting with ewallet_. |
bank_account | dict | ❌ | Issuied virtual account. |
metadata | dict | ❌ | A JSON object defined by the client. |
status | str | ❌ | Issuied virtual account statuts. |
description | str | ❌ | Description of the account. |
funding_instructions | dict | ❌ | Issued virtual account funding instructions. |
currency | str | ❌ | Currency of the transaction. Three-letter ISO 4217. |
transactions | List[InlineResponse200_91DataTransactions] | ❌ | Issued 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. |