Payment
The RequestPayment is a request to debit mobile money from subscribers account. Partners must code the App based on the API field requirements so that the App can send correct requests accordingly.
Endpoint URI:
POST {baseUrl}/QosicBridge/user/requestpayment| Element | Type | Decription |
|---|---|---|
| msisdn | string:MANDATORY | Subscriber’s account i.e. 22967307747 |
| amount | string:MANDATORY | Transaction amount i.e. 5000 |
| firstname | string:OPTIONAL | Firstname of the subscriber |
| lastname | string:OPTIONAL | Lastname of the subscriber |
| transref | string:MANDATORY | Unique transaction reference. To be used as unique identifier in call to request for a payment. |
| clientid | string:MANDATORY | A unique generated id for each third-party application. This id is generated by Qos and should be included in all payment requests. |
Succes Code
HTTP Status Code: 202Failded Code
HTTP Status Code: 404