Transactions
Payout Status
Published when a payout is created, rejected, completed, 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 |
|---|---|
payout.ready.send | Successfully created a payout. |
payout.compliance.rejected | The payout was rejected by compliance. |
payout.completed | The payout was successfully completed. |
payout.failed | Triggered after the system successfully refunds a failed payout. |
Body
application/json
A unique identifier for this event.
Top-level event category.
Available options:
PAYOUT The specific event type that occurred.
Available options:
payout.ready.send, payout.compliance.rejected, payout.completed, payout.failed Payout ID.
API version number.
Example:
"V1.6.0"
Payout details associated with the event.
Response
200
Return 200 to acknowledge receipt.

