Using the transaction ID received in Step 1, this method is then queried by sending a json request to execute payout.
POST{base url}/po/{id}/{network}/
Headers
{"phone":"751123456"}
The networks available are below.
airtel
mtnmomo
When submitting a phone number for Airtel, exclude the prefix. For example, use 751123456. For MTN Mobile Money, ensure the phone number includes the prefix 256. For instance, use 256784000111.
// If excute is successful{"detail":"pending","status":"pending"}
// If you have insufficient balance{"status":"error","error": {"code":"insufficient_funds","message":"Insufficient funds to proceed with operation." }}
You will receive a callback on your webhook URL regarding the status of the transaction