Complete card renewal

Here, you will learn how to complete card renewals in Tuum.

Use case

In this example, we will demonstrate how to complete a card renewal.

A card renewal can only be completed when its status is APPROVED.

Use case data
API parameters with values

We will complete card renewal C001664282475.

...card-renewals/C001664282475/complete

Sample API call

To complete a card renewal, use the following endpoint:

https://card-api.sandbox.tuumplatform.com/api/v1/card-renewals/{cardRenewalId}/complete

Learn more about the complete card renewal endpoint in the Tuum developer portal.

Sample request

Below is a sample API request to complete a card renewal.

No request body.

Sample response

Below you will find the response to the API request:

Response
{
    "errors": null,
    "validationErrors": null,
    "data": null
}

Result

The card renewal process is complete, and a new card has been created.

Last updated

Was this helpful?