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.
Headers
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
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.
Changes
Changed in 4 of the 79 revisions of this API.17
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
the response property
////became required for the statusresponse-property-became-required
- ○
- ○
the response property
//////became required for the statusresponse-property-became-required
- ○
the response property
//////became required for the statusresponse-property-became-required
- ○
the response property
//////became required for the statusresponse-property-became-required
- ○
the response property
//////became required for the statusresponse-property-became-required
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
the endpoint scheme security
advancedAccessTokenwas added to the APIapi-security-added
- ○
the endpoint scheme security
organizationAccessTokenwas removed from the APIapi-security-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 79 revisions, 9 have no diff computed.