Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | ID of the issued card transaction object. String starting with cit_. |
ewallet | str | ❌ | ID of the wallet the bank account number is issued to. String starting with ewallet_. |
account_id | str | ❌ | ID of the virtual bank account. |
account_id_type | str | ❌ | Type of the virtual account number. |
amount | float | ❌ | Amount of the transaction. |
currency | str | ❌ | Currency of the transaction. Three-letter ISO 4217. |
created_at | float | ❌ | Time of creation of the transaction, in Unix time. Response only. |
original_amount | float | ❌ | This field will show the initial transaction amount before conversion. |
original_currency | str | ❌ | In transactions without FX, defines the currency of the transaction. Three-letter ISO 4217 code.<BR> In FX transactions:<BR> _ When fixed_side is buy, it is the currency received in the Rapyd wallet.<BR> _ When fixed_side is sell, it is the currency charged to the buyer. |
fx_rate | float | ❌ | This field will indicate the exchange rate applied for the currency conversion |