Published when a payment attempt changes state, including created, capture requested, cancelled, or failed.
Documentation Index
Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt
Use this file to discover all available pages before exploring further.
| Event Type | Description |
|---|---|
acquiring.payment_attempt.created | A new payment attempt was initiated. |
acquiring.payment_attempt.capture_requested | The consumer has completed the payment; the corresponding PaymentIntent transitions to SUCCEEDED. |
acquiring.payment_attempt.cancelled | The payment attempt was cancelled. |
acquiring.payment_attempt.failed | The payment attempt failed. A single PA failure does not mean the PI has failed. |
A unique identifier for this event.
Top-level event category.
ACQUIRING The specific event type that occurred.
acquiring.payment_attempt.created, acquiring.payment_attempt.capture_requested, acquiring.payment_attempt.cancelled, acquiring.payment_attempt.failed Payment attempt ID.
API version number.
"V1.6.0"
Payment attempt details associated with the event.
Return 200 to acknowledge receipt.