{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.refund.created",
"event_id": "ff65da37-6fcc-4e3a-a418-547b349aee8b",
"source_id": "RF2043629695899013120",
"data": {
"amount": "8.88",
"complete_time": null,
"create_time": "2026-04-13T17:57:42+08:00",
"currency": "SGD",
"metadata": {
"order_id": "order_6789"
},
"payment_attempt_id": "PA2043628825429938176",
"payment_intent_id": "PI2043628825316691968",
"payment_refund_id": "RF2043629695899013120",
"reason": "full refund",
"refund_status": "INITIATED"
}
}
Settlement & Refunds
Payment Refund
Published when a payment refund is created, succeeds, or fails.
WEBHOOK
paymentRefund
{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.refund.created",
"event_id": "ff65da37-6fcc-4e3a-a418-547b349aee8b",
"source_id": "RF2043629695899013120",
"data": {
"amount": "8.88",
"complete_time": null,
"create_time": "2026-04-13T17:57:42+08:00",
"currency": "SGD",
"metadata": {
"order_id": "order_6789"
},
"payment_attempt_id": "PA2043628825429938176",
"payment_intent_id": "PI2043628825316691968",
"payment_refund_id": "RF2043629695899013120",
"reason": "full refund",
"refund_status": "INITIATED"
}
}
Event Types
| Event Type | Description |
|---|---|
acquiring.refund.created | A refund request was created. |
acquiring.refund.succeeded | The refund was completed successfully. |
acquiring.refund.failed | The refund failed. |
Body
application/json
A unique identifier for this event.
Top-level event category.
Available options:
ACQUIRING The specific event type that occurred.
Available options:
acquiring.refund.created, acquiring.refund.succeeded, acquiring.refund.failed Payment refund ID.
API version number.
Example:
"V1.6.0"
Payment refund details associated with the event.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

