Change card usage group
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"usageGroupName": "PAYMENT_SERVICES",
"validityStart": "2025-05-01"
}curl -X 'POST' \
'https://card-api.sandbox.tuumplatform.com/api/v1/cards/C001664282649/usage-groups/change' \
-H 'accept: */*' \
-H 'x-tenant-code: MB' \
-H 'Accept-Language: en' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHBpcnlEVGltZSI6IjIwMjUtMDQtMDFUMTM6NTE6NTQiLCJleHAiOjE3NDM1MTU1MTQsInJvbGVzIjpbIkFETUlOIiwiUE9TVElOR1NfVEVBTSIsIlNZU1RFTSJdfQ.hf-9TSn9QOiG_trOtoTUDz69FTXHhrndq2OXiqSmmGM' \
-H 'Content-Type: application/json' \
-d '{
"usageGroupName": "PAYMENT_SERVICES",
"validityStart": "2025-05-01"
}'Sample response
Result
Last updated
Was this helpful?