Provider API - Update a subscription
Less than to read
If you need to update information about a subscription, such as changing the subscription status or adding the authorization url to the subscription, this can be done by sending a PATCH request to the Payments Out Provider API like:
{PATCH}
api-provider-v1/subscriptions/{subscriptionId}
where the {subscriptionId}
is the guid of the subscription that you want to update.
For more details such as which headers and request body fields are required or available on the request to be successful and an example payload and example response for this request, see the following page: Provider API - Update a subscription