Refund Status
GET {{base_url}}/disbursement/v1_0/refund/:Request_ID_Refund
GET /disbursement/v10/refund/:RequestID_Refund
This endpoint is used to check the status of a refund by providing the Request_ID_Refund
, which is also mapped as the X-Reference-Id
in the Refund Request.
Headers
- X-Target-Environment (string, required): The identifier specifying the country the request is meant for, where the transaction shall be processed. Use
sandbox
for testing and the production environment for live transactions. - Ocp-Apim-Subscription-Key (string, required): Subscription key providing access to this API. It can be found in your Profile. (Refund utilizes the Disbursement Subscription Key because it's a Disburse/Transfer).
Response (JSON Schema)
The response of this request is documented as a JSON schema.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Target-Environment | string | Environment (sandbox or production syntax == mtn+country) | |
Ocp-Apim-Subscription-Key | string | Product primary subscription key, from momodeveloper.mtn.com |