Payment Flow
PaymentIntent Result
Published when a payment intent is created, succeeds, fails, or requires customer action.
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.payment_intent.created | A new payment intent was created. |
acquiring.payment_intent.succeeded | The payment was completed successfully. |
acquiring.payment_intent.failed | The payment intent failed (e.g. auto-closed on expiry). |
acquiring.payment_intent.requires_action | Requires additional customer action (e.g. 3DS redirect). |
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.payment_intent.created, acquiring.payment_intent.succeeded, acquiring.payment_intent.failed, acquiring.payment_intent.requires_action Payment intent ID.
API version number.
Example:
"V1.6.0"
Payment intent details associated with the event.
Response
200
Return 200 to acknowledge receipt.

