Skip to main content

Event Overview

Event Type: REFUND_STATUS_UPDATE
Category: Payment
Description: Refund status has changed
This webhook is triggered whenever a refund transitions to a new status (for example, while it is being processed) through EximPe.

Payload Schema

{
    "data": {
        "refunds": [
            {
                "bank_arn": null,
                "comments": "Refund is in progress",
                "order_id": "OD2683049175",
                "refund_id": "RF7405286913",
                "payment_id": "PR1938472605",
                "refund_amount": 1180,
                "refund_status": "PROCESSING",
                "refund_completed_at": null
            }
        ]
    },
    "version": "3.0.0",
    "event_time": "2026-05-27T14:30:01.359434",
    "event_type": "REFUND_STATUS_UPDATE",
    "sequence_number": "9e15c8b0-46d2-4af7-8130-72c5e9a4f6d8"
}

Field Specifications

event_type
string
required
Always "REFUND_STATUS_UPDATE" for this webhook event
event_time
string
required
Timestamp when the event occurred in ISO 8601 formatExample: "2026-05-27T14:30:01.359434"
version
string
required
Webhook payload version (currently “3.0.0”)
sequence_number
string
required
Unique identifier for the event instanceExample: "9e15c8b0-46d2-4af7-8130-72c5e9a4f6d8"
data
object
required
Event-specific data payload containing refund details