StableOps
API reference

Get merchant subscription settings

GET/v1/merchant/settings

Authorization

bearerAuth
AuthorizationBearer <token>

Paste your API key from the dashboard.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/merchant/settings"
{
  "pay_window_days": 1,
  "renewal_lead_days": 0,
  "grace_days": 0
}

How is this guide?

Last updated