Webhooks
Listen for real-time events, such as transaction updates or deposit confirmations.
Configuration
Set your webhook URL in the Developer Settings.
Payload Format
json
{
"event": "transaction.updated",
"data": {
"reference": "TRX_123456",
"status": "successful",
"amount": 100,
"service": "airtime"
}
}