Push Notification to Merchant
Send a push notification to a merchant's registered device. Useful for alerting merchants about orders, payments, or system events.
When to Use
▾
Use this endpoint when:
- Notifying a merchant of a new order or payment
- Sending operational alerts to the merchant's mobile device
How to Use
▾
Endpoint
POST
/v3/push-notification/merchantPOST with title and body of the notification. RM delivers it to the merchant's registered device(s).
Request Parameters
▾
Title of the push notification
Example: "hello Revenue Monster"
Message body of the push notification
Example: "test"
Response Parameters
▾
Returns SUCCESS when notification is sent successfully
Example: "SUCCESS"