Update Plan
Update a subscription plan
Authentication
Authorizationstring
The API key of the merchant - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key
Path parameters
planId
- can be the id or the plan code
Request
This endpoint expects an object.
name
code
interval
duration
amount
description
transaction
settlementChain
active
merchantInitiated
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
id
name
code
interval
amount
active
duration
description
transaction
settlementChain
merchantInitiated
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.

