qos_logo

Docs

Refund

The Refund is a request to reverse mobile money back to the Subscriber’s mobile money account. Partners must code the App based on the API field requirements so that the App can send correct requests accordingly.

Endpoint URI:
POST {context}/QosicBridge/user/refund 
ElementTypeDecription
transref
 string:MANDATORY 
The initial transaction reference used for RequestPayment. This same transref should be used in call to request for a refund.
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: 202
Failded Code
HTTP Status Code: 404
Content-Type: application/json[Basic Authentication headers]{
            “transref” :56789,
            “clientid”: “QOS3P001”
        }