Partially update subscription
Use this method to partially update a subscription. Structure your request to follow the RFC 6902 standard.
To update a subscription, you need its subscriptionId, which you sent in the request of the Create subscription method.
Note: If you don't have the subscriptionId, use our List subscriptions method to search for the payment.
You can update all of the properties of the subscription except for the following:
Can't delete
- recurringOrder
- description
- name
Can't perform any PATCH operation
- currentState
- type
- frequency
- paymentPlan
Path parameters
Unique identifier that we assigned to the terminal.
Unique identifier that the merchant assigned to the subscription.
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 have updated the subscription.