Get Merchant Subscriptions
Retrieve the merchant's active product subscriptions — Payment, Loyalty & Voucher, Market Place, or Social Media.
When to Use
▾
Use this endpoint when:
- You need to know which RM products the merchant has subscribed to
- Checking subscription expiry or termination dates
- Gating UI features based on the merchant's plan
How to Use
▾
Request Parameters
▾
No request body. Authenticated headers only.
Response Parameters
▾
List of active subscriptions.
Subscription ID. `1000` = Loyalty & Voucher, `1001` = Payment, `1002` = Market Place, `1003` = Social Media.
Example: 1001
Grace period in days before termination.
Example: 90
Subscription expiry timestamp.
Example: "2018-04-28T06:36:08Z"
Termination timestamp after grace period ends.
Example: "2018-07-27T23:59:59Z"
Status — `"ACTIVE"`, `"REVIEWING"`, `"SUSPEND"`, `"PENDING"`.
Example: "ACTIVE"
`"SUCCESS"` if the call succeeded. Otherwise returns an error code. See [Error Codes](../../error-codes).
Example: "SUCCESS"