Event Overview
Event Type:REFUND_STATUS_UPDATECategory: 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.
Delivery Details
| Attribute | Value |
|---|---|
| HTTP method | POST |
| URL | The webhook URL configured on your merchant account’s API credentials |
| Content-Type | application/json |
| Timeout | 10 seconds |
| Retries | Up to 5 delivery attempts (backoff: 1 min, 5 min, 15 min, 60 min) |
Headers
| Header | Description |
|---|---|
Content-Type | application/json |
User-Agent | Eximpe-Webhook/1.0 |
X-Webhook-Event | REFUND_STATUS_UPDATE |
X-Webhook-Timestamp | Unix timestamp (string) at the time of the request |
X-Webhook-Signature | HMAC-SHA256 signature of the request body (JSON string with keys sorted, no extra whitespace), using your API key as the secret. Hex-encoded. |
Compute
HMAC-SHA256(encryption_key, raw_body) where raw_body is the exact UTF-8 request body as received. Compare the hex result with the X-Webhook-Signature header to ensure the webhook is from the platform and unchanged.
Payload Schema
Field Specifications
- Root Level Fields
- Data Object Fields
Always
"REFUND_STATUS_UPDATE" for this webhook eventTimestamp when the event occurred in ISO 8601 formatExample:
"2026-05-27T14:30:01.359434"Webhook payload version (currently “1.0.0”)
Unique identifier for the event instanceExample:
"b3e91f47-20ad-4c85-9f31-6d0a87145e2b"Event-specific data payload containing refund details