Change card usage group
Here, you will learn how to change the card usage group in Tuum. When the usage group is updated:
The card is assigned new service codes (allowed authorisation types) based on the updated usage group.
Existing valid service codes (allowed authorisation types) are ended, with their end time set to match the new usage group’s start time.
Use case
In this example, we will demonstrate how to update the card usage group using the following data.
The card usage group will be changed for card C001664282649.
...cards/C001664282649/usage-groups/change
New usage group information.
In this example, the usage group PAYMENT_SERVICES will become effective starting from 01.05.2025.
If the validityStart date is the current date, the change takes effect immediately.
"usageGroupName": "PAYMENT_SERVICES",
"validityStart": "2025-05-01"
Sample API call
To change the card usage group, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v1/cards/{cardId}/usage-groups/change
Sample request
The sample request body is as follows:
{
"usageGroupName": "PAYMENT_SERVICES",
"validityStart": "2025-05-01"
}
Sample response
Below you will find the response to the API request:
Result
Starting from 2025-05-01 at 00:00:00, the PAYMENT_SERVICES
usage group will apply to card C001664282649
. As a result of this change, the allowed authorisation types will be updated: the currently active authorisation types will end on 2025-05-01 at 00:00:00, and a new set will become effective from the same time.
Last updated
Was this helpful?