Deposit Request
POST https://sandbox.momodeveloper.mtn.com/disbursement/v1_0/deposit
Deposit Disbursement
This endpoint allows you to initiate a deposit disbursement.
Request Body
amount
(string) - The amount to be deposited.currency
(string) - The currency of the amount.externalId
(string) - Your unique identifier for this transaction.payee.partyIdType
(string) - The type of the party ID.payee.partyId
(string) - The ID of the party to receive the deposit.payerMessage
(string) - Message from the payer.payeeNote
(string) - Note to the payee.
Response
- Status: 202
- Content-Type: text/xml
- Response Body: null
Request Body
{"amount"=>"2679", "currency"=>"EUR", "externalId"=>"004504", "payee"=>{"partyIdType"=>"MSISDN", "partyId"=>"{{MSISDN}}"}, "payerMessage"=>"MoMo CASH IN Thank You", "payeeNote"=>"MoMo CASH IN Thank You"}
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 |