v1
latestOpenAPI 3.1.0CC-BY-NC-SA-4.02026-07-2413803.8 MBSubscriptions API
Update subscription
Update an existing subscription.
Canceled subscriptions cannot be updated.
For an in-depth explanation of each parameter, refer to the Create subscription endpoint.
🔑 Access with
API key
Advanced access token with subscriptions.write
OAuth access with subscriptions.write
patch/customers/{customerId}/subscriptions/{subscriptionId}
Request body
Example request
{
"amount": {
"currency": "EUR",
"value": "10.00"
},
"description": "Subscription of streaming channel",
"interval": "1 months",
"startDate": "2025-01-01",
"times": 6,
"webhookUrl": "https://example.com/webhook",
"mandateId": "mdt_5B8cwPMGnU"
}Response
The updated subscription object.