Partially update payment plan
Use this method to partially update a payment plan. Structure your request to follow the RFC 6902 standard.
To update a payment plan, you need its paymentPlanId, which you sent in the request of the Create Payment Plan method.
Note: If you don't have the paymentPlanId, use our List Payment Plans method to search for the payment plan.
You can update all of the properties of the payment plan except for the paymentPlanId.
The value you sent for the onUpdate parameter when you created the payment plan indicates what happens to the associated subscriptions when you update the plan:
- update - Our gateway updates the subscriptions associated with the payment plan.
- continue - Our gateway doesn't update the subscriptions associated with the payment plan.
Path parameters
Unique identifier that we assigned to the terminal.
Unique identifier that the merchant assigned to the payment plan.
Headers
Bearer authentication
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request body
Response
Successful request. We updated the payment plan.