Transfer
POST {{base_url}}/remittance/v1_0/transfer
Request
HTTP POST {{baseurl}}/remittance/v10/transfer
Headers
- X-Reference-Id: The UUID Version 4 Format String, labeled as RequestIDTransfer, is used to uniquely identify a transaction and retrieve the status.
- Authorization: Bearer Token, the Access_token, is automatically generated in the pre-request script of the collection.
- X-Target-Environment: Specifies the country the request is to be processed for production, using sandbox during testing.
- Content-Type: application/json
- Ocp-Apim-Subscription-Key: Subscription key providing access to the APIM.
- X-Callback-Url: Secure HTTPS URL for receiving responses.
Body
- Amount: (string) Amount to be transferred to the MoMo Subscriber.
- Currency: (string) Varies depending on the country, with Sandbox using EUR.
- ExternalId: (string) String used for reconciliation between Partner Platform and MoMo Platform.
- PartyIdType: (string) Supported types are MSISDN and ALIAS.
- PartyId: (string) Value of the MSISDN Number or Merchant ID.
- PayerMessage: (string) Notification sent to the Sender.
- PayeeNote: (string) Notification sent to the receiver.
Response
- Status: 202
- Content-Type: text/xml
- Body: null
Request Body
{"amount"=>"980000", "currency"=>"EUR", "externalId"=>"9087699", "payee"=>{"partyIdType"=>"MSISDN", "partyId"=>"{{MSISDN}}"}, "payerMessage"=>"remittance amount", "payeeNote"=>"remittance amount"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Callback-Url | string | ||
X-Reference-Id | string | ||
X-Target-Environment | string | ||
Content-Type | string | ||
Ocp-Apim-Subscription-Key | string |