Airtime VTU, Share & Sell
Data Gifting, SME, Transfer, Corporate
Data PIN
Transaction
Webhooks
Purchase Betting
post
electricity
Purchase electricity
Body
{
"request_ref": "Request Ref",
"customer_id": "Customer ID",
"product_id": "Product ID/CODE",
"amount": "Amount",
"pin": "Your pin"
}
Parameters
request_ref | Your unique Request Ref (Optional) |
meter_number | Customer ID from the selected betting company |
product_id | Product ID/CODE gotten from Category List here |
amount | recharge amount |
pin | Your transaction pin |
Sample Response
{
"status": "ok",
"message": "Request successfully",
"data": {
"transaction": {
"reference": "9c24db57-071d-49e7-bee8-d57a999feb9f",
"request_ref": "jbkpyzujvXZioVqoMNuj",
"type": "AIRTEL VTU",
"details": "AIRTEL VTU Airtime #50 sent to 09040628283",
"amount": "50.00",
"status": "successful",
"request_data": {
"phone": "09040628283",
"product_id": 16,
"amount": "50",
"is_mtn_awuf": false,
"request_ref": "jbkpyzujvXZioVqoMNuj"
},
"created_at": "2024-05-27T14:45:26.000000Z",
"gateway_id": null,
"phone": "09040628283",
"logs": []
}
}
}