Transactions
Conversion Status
Published when a conversion is created, canceled, funds arrived, or completed.
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 |
|---|---|
conversion.funds.awaiting | Conversion created, awaiting funds. |
conversion.funds.arrived | Funds for the conversion have arrived. |
conversion.trade.failed | The conversion trade failed. |
conversion.trade.settled | The conversion trade settled successfully. |
Body
application/json
A unique identifier for this event.
Top-level event category.
Available options:
CONVERSION The specific event type that occurred.
Available options:
conversion.funds.awaiting, conversion.funds.arrived, conversion.trade.failed, conversion.trade.settled Conversion ID.
API version number.
Example:
"V1.6.0"
Conversion details associated with the event.
Response
200
Return 200 to acknowledge receipt.

