API reference
Update merchant subscription settings
PUT
/v1/merchant/settingsAuthorization
bearerAuth AuthorizationBearer <token>
Paste your API key from the dashboard.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/v1/merchant/settings" \ -H "Content-Type: application/json" \ -d '{}'{
"pay_window_days": 1,
"renewal_lead_days": 0,
"grace_days": 0
}How is this guide?
Last updated