Properties
| Name | Type | Required | Description |
|---|---|---|---|
| amount | float | ❌ | Amount of the transaction, in units defined in currency. |
| auth_response | SimulateCardTransactionAuthorizationRequestEeaAuthResponse | ❌ | Response related to an authorization. Contains the following fields: |
| card_id | str | ❌ | ID of the card. String starting with card_. |
| card_transaction_id | str | ❌ | ID of the transaction. String starting with cit_. |
| currency_code | str | ❌ | Currency of the transaction. Three-letter ISO 4217 code.Currency of the refund transaction. Three-letter ISO 4217 code. |
| fx_rate | str | ❌ | The exchange rate. Relevant to capture (clearing) transactions. |
| id_ | str | ❌ | ID of the issued card transaction. String starting with cit_. |
| is_remote_auth | bool | ❌ | Indicates whether remote authorization is enabled. |
| merchant_category_code | str | ❌ | Four-digit merchant category code (MCC) of the initiator of the transaction, as defined in ISO 18245. |
| merchant_identification_code | str | ❌ | Reserved. |
| merchant_name_location | str | ❌ | Name and location of the merchant. Maximum 40 characters. |
| remote_auth_endpoint | str | ❌ | The URL where the remote authorization is sent. |
| remote_auth_response | SimulateClearingCardTransactionEeaRemoteAuthResponse | ❌ | Response to a successful remote authorization request. Contains the following fields: |
| transaction_amount | float | ❌ | Amount debited from the Rapyd Wallet. Decimal, including the correct number of decimal places for the currency exponent, as defined in ISO 2417:2015. |
| transaction_currency_code | str | ❌ | Original transaction currency, if different from the currency credited to the Rapyd Wallet. Three-letter ISO 4217 code. |
| txn_type | SimulateClearingCardTransactionEeaTxnType | ❌ | Type of transaction. |
Type of transaction.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| ADJUSTMENT | str | ✅ | "ADJUSTMENT" |
| ATMFEE | str | ✅ | "ATM_FEE" |
| CREDIT | str | ✅ | "CREDIT" |
| REFUND | str | ✅ | "REFUND" |
| REVERSAL | str | ✅ | "REVERSAL" |
| SALE | str | ✅ | "SALE" |