Transfer Status
GET https://sandbox.momodeveloper.mtn.com/disbursement/v1_0/transfer/:Request_ID_Transfer
This endpoint makes an HTTP GET request to retrieve information about a specific transfer identified by the provided Request ID.
Request Headers
No specific request headers were provided for this endpoint.
Request Body
This endpoint does not require a request body as it is a GET request.
Response Body
The response to the GET request will include the following fields in JSON format:
- amount: The amount of the transfer
- currency: The currency used for the transfer
- financialTransactionId: The financial transaction ID associated with the transfer
- externalId: The external ID associated with the transfer
- payee: An object containing information about the payee, including party ID type and party ID
- payerMessage: The message from the payer associated with the transfer
- payeeNote: The note from the payee associated with the transfer
- status: The status of the transfer
Relevant Information
The response status for the last execution was 200, and the content type of the response was application/json.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-Target-Environment | string | ||
| Ocp-Apim-Subscription-Key | string |