Tabla de Contenido |
|
To update the card payment information of a subscription, the paying user must enter their new card information through your merchant's platform.
Once the information is entered, you must request the creation of a token from your frontend, by using our endpoint https://api.kushkipagos.com/subscriptions/v1/card/tokens with the HTTP POST method.
Once the token is obtained, you must use our subscription card information update endpoint https://api.kushkipagos.com/subscriptions/v1/card/{subscriptionId}/card with the HTTP PUT method, by adding as path parameter the user's subscription ID and sending in the `body` of the request the token that was previously obtained.
Additional details on these endpoints can be found in the following links: