v3

OpenAPI 3.1.02026-08-06186981679.4 KB
merchantSubscription

Update Plan

Update a subscription plan

put/merchant/subscription/plans/{planId}

Path parameters

planIdstring required
  • can be the id or the plan code

Headers

Authorizationstring required

Request body

namestring
codestring
interval'Daily' | 'Weekly' | 'Monthly' | 'Yearly'
durationinteger
descriptionstring
transactionstring
activeboolean
merchantInitiatedboolean

Only specify this as true if you do not want subscription payments automatically processed. Then you will be responsible for manually calling the merchant initiated transaction endpoint.

Response

Ok

idstring required
namestring required
codestring required
interval'Daily' | 'Weekly' | 'Monthly' | 'Yearly' required
durationinteger
descriptionstring
transactionstring
activeboolean required
merchantInitiatedboolean

Only specify this as true if you do not want subscription payments automatically processed. Then you will be responsible for manually calling the merchant initiated transaction endpoint.