Airtime
Web-hooks for airtime transactions
Sample request for airtime vending
Endpoint to vend single airtime
POST
{{baseUrl}}//service/api/single_airtime_direct_vending
Headers
x-api-key*
String
The X-API key is a unique key that must be passed to the header before any request and can be found in the dashboard.
client-id*
String
This is a unique id for customers that can also be found in the dashboard when login
Request Body
transaction_id*
String
The transaction reference
amount*
String
Amount of airtime vend in Naira
phonenumber*
String
The customers' phone number
network*
String
The customers' network(9Mobile, MTN, GLO, AIRTEL)
Endpoint to requery pending transaction
An endpoint to requery pending transaction. This endpoint is called whenever single_airtime_direct_vending
returns pending response
POST
{{baseUrl}}/check_transaction_status
Headers
Content-Type
application/json
x-api-key
The X-API key is a unique key that must be passed to the header before any request and can be found in the dashboard.
client-id
This is a unique id for customers that can also be found in the dashboard when login
Body
service_code
string
The service code for airtime is 100
transaction_id
string
The transaction_id of the transaction
Response
Last updated