Check Transactions/Requery
An endpoint to requery pending transaction. This endpoint is called whenever single_airtime_direct_vending returns pending response
Sample request to check transaction status
For Airtime
For Data
Endpoint to check transaction status
POST
{{baseUrl}}/service/api/check_transaction_status
Headers
Name
Type
Description
x-api-key*
String
The 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 which can also be found in the dashboard.
Sample request to check network provider
Endpoint to check network provider
POST
{{baseUrl}}/service/api/check_network_provider
Headers
Name
Type
Description
x-api-key*
String
The 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 which can also be found in the dashboard.
Request Body
Name
Type
Description
phonenumber*
String
Last updated