Open Afroprogrammer opened 1 year ago
Refer to electricity payment dev notes make a post request to this endpoint /api/airtime_bill_payment/checkout
{ "phone": "string", "operatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "amount": 0, "plan": "string", "useWalletBalance": false }
actual request body from the documentation
{ "phone": "07034953306", "amount": 100, "service_type": "mtn", "plan": "prepaid", "agentId": "205", "agentReference": "bap-1231" }
Dev notes
Refer to electricity payment dev notes make a post request to this endpoint /api/airtime_bill_payment/checkout
{ "phone": "string", "operatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "amount": 0, "plan": "string", "useWalletBalance": false }
actual request body from the documentation
{ "phone": "07034953306", "amount": 100, "service_type": "mtn", "plan": "prepaid", "agentId": "205", "agentReference": "bap-1231" }