cURL
curl --request POST \ --url https://test.digitaltermination.com/api/bill-payment/initiate-payment/{zeepay_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "destination_account": "233201854694", "send_amount": 1, "receive_amount": 1 } '
{ "status": 200, "data": null, "message": "Transaction Processed Successfully", "zeepay_id": 26173 }
This endpoint initiates the final payment of the the bill selected
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Zeepay ID of the transaction.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The mobile Network to top up
"233201854694"
The amount sent
1
The amount paid out
Transaction success response
200
null
"Transaction Processed Successfully"
26173