Disbursements (Deposit)
To integrate them, it's important to replace the authentication and Client ID information with that assigned to you on your dashboard
Bénin
POST {baseUrl}/QosicBridge/user/depositPOST {baseUrl}/QosicBridge/user/depositmv Content-Type: application/json[Basic Authentication headers]
{
"msisdn": "22991323990",
"amount": "100",
"transref" :"0C9rrr333r333fail",
"clientid": "MTNTEST"
}{
"responsecode": "0",
"responsemsg": "SUCCESS",
"transref": "0C93r33c3faild",
"serviceref": null,
"comment": null
}{
"responsecode": "-2",
"responsemsg": "Not authorized",
"transref": "12345",
"comment": ""
}Last updated