Approve card renewal

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

Use case

In this example, we will demonstrate how to approve a card renewal using the cardRenewalId parameter.

circle-info

A pending card renewal can be approved only when its status is WAITING or REJECTED.

Use case data
API parameters with values

We will approve card renewal C001664282475.

The approval will be made using the MANUAL_REVIEW_PASSED decision code.

Sample API call

To approve a card renewal, use the following endpoint:

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

circle-info

Learn more about the approve card renewalarrow-up-right endpoint in the Tuum developer portal.

Sample request

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

{
  "decisionCode": "MANUAL_REVIEW_PASSED"
}

Sample response

Below you will find the response to the API request:

chevron-rightResponsehashtag

Result

The card renewal has been approved and is now ready to be completed.

Last updated

Was this helpful?