Skip to main content

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/merchant

POST with title and body of the notification. RM delivers it to the merchant's registered device(s).


Request Parameters

titleSTRINGrequired

Title of the push notification

Example: "hello Revenue Monster"

bodySTRINGrequired

Message body of the push notification

Example: "test"

Response Parameters

codeSTRING

Returns SUCCESS when notification is sent successfully

Example: "SUCCESS"