Refund fields
FIELD | DATATYPE | REQUEST | RESPONSE | SIZE | DESCRIPTION |
---|---|---|---|---|---|
orderId | String | - | (O) | 36 | The unique identifier of the order. Format UUID. |
transactionId | String | (M) | (O) | 36 | The unique identifier of the transaction. Format UUID. |
transactionStatus | String | - | (O) | 10 | The current status of a transaction. The transaction will start in_process and change to success, failed, in_process or waiting_user_interaction for asynchronous / 3DS payments. |
money.amount | BigDecimal | - | (O) | 38 | Total amount requested in the refund. The amount of the decimal place depends on the currency. |
money.currency | String | - | (O) | 3 | The currency of the refund. Format: 3-character abbreviation according to ISO 4217. |
operationResult. chargedAmount.amount | BigDecimal | - | (O) | 38 | Amount charged by the acquirer. |
operationResult. chargedAmount.currency | String | - | (O) | 3 | Currency charged by the acquirer. Format: 3-character abbreviation according to ISO 4217. |