Get Merchant Subscriptions
Method : GET
URL :https://open.revenuemonster.my/v3/merchant/subscriptions
Sandbox URL :https://sb-open.revenuemonster.my/v3/merchant/subscriptions
note
To query for merchant product subscription details.
#
Request Parameters:note
No request parameter is required for this endpoint.
#
Response ParametersParameter | Type | Description | Example |
---|---|---|---|
id | Uint | ID is to differentiate which subscription: 1000 : Loyalty & Voucher 1001 : Payment 1002 : Market Place 1003 : Social Media | 1001 |
gracePeroid | Uint | merchant will terminate after 3 months | 90 |
expiryAt | String | Expiry date time of merchant | "2018-04-28T06:36:08Z" |
terminateAt | String | Terminate date time of merchant | "2018-07-27T23:59:59Z" |
status | String | "ACTIVE" , "REVIEWING" , "SUSPEND" , "PENDING" , "SUSPEND" | "ACTIVE" |
Example Response