Find card renewal details
Here, you will learn how to find card renewal details in Tuum.
Use case
In this example, we will demonstrate how to access card renewal details after the renewal process has been initiated automatically by the system or manually using the start card renewal manually endpoint.
Find the card renewal details for card C001664282660
.
...cards/C001664282660/renewal
Sample API call
To find card renewal details, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v1/cards/{cardId}/renewal
Sample request
Here is a sample API request for retrieving card renewal details:
No request body.
Sample response
Below you will find the response to the API request:
Result
The API response returns a dataset containing the card renewal details, including parameters generated by the Tuum system.
"cardRenewalId": "C001664282472"
A unique identifier is assigned to the card renewal.
The cardRenewalId
is required to update, approve, reject, or complete a card renewal.
"statusCode": "WAITING"
The renewal is created and set to a 'waiting for review' status.
Last updated
Was this helpful?