This object represents the result of an admin full refund operation.
| Field | Type | Description |
|---|---|---|
id_type | Number | ID representing a notification type from a predefined catalog. |
notification | Object | Dynamic object containing data specific to the given id_type. |
Example when id_type = 14
id_type = 14{
"id_type": 14,
"notification": {
"occurred_at": "2026-04-21T17:06:53.5169455",
"transaction_id": 426,
"refund_transaction_id": 431
}
}| Field | Type | Description |
|---|---|---|
notification.occurred_at | String | Date of the full refund of a transaction. |
notification.transaction_id | Number | Id of the transaction to be full refunded. |
notification.refund_transaction_id | Boolean | Id of the full refunded transaction. |