Tabla de Contenido |
|
Learn how to make modifications to the amount and collection date of a specific subscription through our endpoint.
How to make modifications in a subscription?
When you want to change the collection date or the amount of a subscription, you can do it through our endpoint https://api.kushkipagos.com/subscriptions/v1/card/{subscriptionId} using the HTTP PATCH method, adding the subscription ID as a path parameter, and including the information to be updated in the request body. Keep in mind that certain information is required in the body.
You can find more information in the following link:
https://api-docs.kushkipagos.com/api-reference/card-subscriptions/updatesubscription