Afroprogrammer / data-stream-frontend

data stream frontend
data-stream-frontend.vercel.app
0 stars 0 forks source link

Make airtime payment call #28

Open Afroprogrammer opened 1 year ago

Afroprogrammer commented 1 year ago

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" }