modified airtel and tnm request and response parameters

This commit is contained in:
Kwesi Banson Jnr
2026-07-14 12:27:37 +00:00
parent 592a161ee6
commit c1d3716ff2
3 changed files with 47 additions and 5 deletions

34
info.md
View File

@@ -21,3 +21,37 @@ You will work on disbursement confirmation endpoint
Would you like to see how to define a global constant for this base URL so you can easily link to images and CSS from your templates?
AIRTEL MONEY DISBURSEMENT
REQUEST:
{"country":"MW",
"currency":"MWK",
"msisdn":"996139030",
"amount":50,
"transactionID":"mse-6a4e490eec25e"}
RESPONSE:
{"data":{"transaction":{"reference_id":"BD260708.1456.651361","airtel_money_id":"disburse-8SE3NN3VM8-mse-6a4e490eec25e","id":"mse-6a4e490eec25e","status":"TS"}},
"status":{"response_code":"DP00900001001","code":"200","success":true,"result_code":"ESB000010","message":"Business Disbursement Partner transaction of MK 50 has been successfully completed between the sender: 999904070 and receiver: 996139030. Txn ID: BD260708.1456.651361"}}
MPAMBA DISBURSEMENT
REQUEST:
{
"transactionId": "TXN202607101022jy3",
"amount": 50,
"msisdn": "265881161942",
"description": "CEDAR PAY"
}
RESPONSE:
{"message":"Completed
successfully","errors":[],"trace":[],"data":{"transaction_id":"TXN202607101022jy3","receipt_number":"DGA3321MW1H"}}