Settlement & Refunds
Payment Cancellation
Published when a payment intent cancellation succeeds or fails.
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Response
200
Return 200 to acknowledge receipt.

