Preloader

Airtime Purchase webhook

This webhook is sent when user purchase airtime through it's merchant client Id and client secret.

Note: Our webhook expects a response key (e.g 'response': 'success') in the json response, else we will keep on sending a request upto 5 times before giving up

                

                
                    Webhook
                    

{
  "trx_id": "TRX123456789",
  "status": "successful",
  "amount": 500,
  "totalAmount": 520,
  "service": "airtime",
  "unique_element": "08012345678",
  "timestamp": "2025-05-21T14:30:00Z"
}