Payment Flow
PaymentAttempt Result
Published when a payment attempt changes state, including created, capture requested, cancelled, or failed.
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_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. |
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_attempt.created, acquiring.payment_attempt.capture_requested, acquiring.payment_attempt.cancelled, acquiring.payment_attempt.failed Payment attempt ID.
API version number.
Example:
"V1.6.0"
Payment attempt details associated with the event.
Response
200
Return 200 to acknowledge receipt.

