Transfer Status
GET https://sandbox.momodeveloper.mtn.com/remittance/v1_0/transfer/:Request_ID_Remit_Transfer
This HTTP GET request is used to retrieve information about a specific remittance transfer identified by the Request ID. The endpoint is https://sandbox.momodeveloper.mtn.com/remittance/v1_0/transfer/:Request_ID_Remit_Transfer.
Request
No request body is required for this GET request.
Headers
No specific headers are required for this request.
Response
Upon a successful execution, the API returns a JSON response with the following fields:
- amount: The amount of the remittance transfer.
- currency: The currency of the remittance 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 remittance transfer.
The response status for a successful execution is 200, and the Content-Type of the response is application/json.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-Target-Environment | string | ||
| Ocp-Apim-Subscription-Key | string |