Webhooks
{
"event_id": "evt_a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"event_type": "order.status.changed",
"created_at": "2026-02-01T12:00:05Z",
"data": {
"order_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"status": "crypto_received",
"user_uuid": "550e8400-e29b-41d4-a716-446655440000",
"crypto_amount": "101.500000",
"crypto_currency": "USDT",
"fiat_amount": "152880.00",
"fiat_currency": "NGN",
"provider": "p2p",
"payment_details_id": "987"
}
}Partner API key for authentication. Required for all partner account endpoints.
Webhook configuration retrieved
Indicates if the request was successful
trueUnauthorized — invalid or missing API key
Partner API key for authentication. Required for all partner account endpoints.
HTTPS URL that will receive webhook events
https://partner.example.com/webhooks/unigoxWebhook registered successfully
Indicates if the request was successful
trueBad request — missing or invalid URL
Unauthorized — invalid or missing API key
Partner API key for authentication. Required for all partner account endpoints.
Webhook ID (any value accepted — the system uses the authenticated partner context)
1Webhook deleted successfully
Indicates if the request was successful
trueUnauthorized — invalid or missing API key
Partner API key for authentication. Required for all partner account endpoints.
Test event delivered successfully
Indicates if the request was successful
trueWebhook URL not configured
Unauthorized — invalid or missing API key
Webhook delivery failed — target endpoint returned non-2xx or timed out
Last updated
