Search card renewals
Here, you will learn how to search card renewals in Tuum.
Use case
In this example, we will demonstrate how to find the card renewal events that are waiting for review.
Searching for renewal events related to cards expiring in November 2025. Dates must be provided in the format: YYYY-MM-DD.
...search?renewalDateRangeStartDate=2025-11-01&renewalDateRangeEndDate=2025-11-30...
The search retrieves card renewals that are in the WAITING status.
...statusCode=WAITING...
The request retrieves search results from page 1, with a page size of 10.
...pageNumber=1&pageSize=10
Sample API call
To find card renewal details, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v2/card-renewals/search
Sample request
Below is a sample API request to retrieve card renewal details for cards expiring in November 2025 that are in WAITING status. The sample request body is as follows:
No request body.
Sample response
Below you will find the response to the API request:
Result
A list of card renewal entries that match the provided search parameters. Each entry includes a cardRenewalId
, which is required to update, approve, reject, or complete a card renewal.
Last updated
Was this helpful?