Notification
POST {{base_url}}/collection/v1_0/requesttopay/{{Request_ID_Debit}}/deliverynotification
This endpoint is used to send a delivery notification for a specific request to pay. The HTTP POST request should be made to {{baseurl}}/collection/v10/requesttopay/{{RequestIDDebit}}/deliverynotification.
Request Body
The request body should be in raw format and include the following parameter:
- notificationMessage
: (string) The message for the delivery notification.
Response
The response will include the relevant details of the delivery notification request.
Headers
Include any necessary headers required for authentication or other purposes when making the request.
Request Body
{"notificationMessage"=>"Thank You for using MoMo o"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Target-Environment | string | Environment (sandbox or production syntax == mtn+country) | |
Content-Type | string | ||
Ocp-Apim-Subscription-Key | string | Product primary subscription key, from momodeveloper.mtn.com |