Admin Full Refund Notification

This object represents the result of an admin full refund operation.


FieldTypeDescription
id_typeNumberID representing a notification type from a predefined catalog.
notificationObjectDynamic object containing data specific to the given id_type.

Example when id_type = 14

{
  "id_type": 14, 
  "notification": {
    "occurred_at": "2026-04-21T17:06:53.5169455", 
    "transaction_id": 426, 
    "refund_transaction_id": 431
  }
}

FieldTypeDescription
notification.occurred_atStringDate of the full refund of a transaction.
notification.transaction_idNumberId of the transaction to be full refunded.
notification.refund_transaction_idBooleanId of the full refunded transaction.