{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.cancel.succeeded",
"event_id": "6dcfb59e-12fe-4991-95f6-77031ec9ede8",
"source_id": "PI2043631660116742144",
"data": {
"amount": "8.88",
"cancel_status": "SUCCEEDED",
"cancel_time": "2026-04-13T18:06:35+08:00",
"currency": "SGD",
"payment_intent_id": "PI2043631660116742144"
}
}Settlement & Refunds
Payment Cancellation
Published when a payment intent cancellation succeeds or fails.
WEBHOOK
paymentCancellation
{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.cancel.succeeded",
"event_id": "6dcfb59e-12fe-4991-95f6-77031ec9ede8",
"source_id": "PI2043631660116742144",
"data": {
"amount": "8.88",
"cancel_status": "SUCCEEDED",
"cancel_time": "2026-04-13T18:06:35+08:00",
"currency": "SGD",
"payment_intent_id": "PI2043631660116742144"
}
}Event Types
| Event Type | Description |
|---|---|
acquiring.cancel.succeeded | The payment intent was cancelled successfully. |
acquiring.cancel.failed | The cancellation 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.cancel.succeeded, acquiring.cancel.failed Payment intent ID.
API version number.
Example:
"V1.6.0"
Payment cancellation details associated with the event.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

