callback_url per request.
Delivery
- Method:
POST - Timeout: ~3 seconds connect + read
- Retries: not guaranteed on failure (failed deliveries are logged; you can recall some callbacks from the portal)
Transaction callback
Typical payload for collect / disburse / offramp flows:Checkout callback
status may be COMPLETE or FAILED (and related checkout states during the lifecycle).
Verifying outcomes
Do not trust the webhook alone for money movement. Confirm with:POST /v1/status/{currency}POST /account/{country_code}/transactionPOST /v1/checkout/status- For AI agent payouts: use MCP tools such as
get_order_status/get_agent_fiat_order_status(MCP guide)
