added
New limitRenewFrequency values
May 26th, 2025
We've introduced two new card limit renewal frequency options that can be used when issuing cards:
DAILY
- Card limits reset on a daily basisWEEKLY
- Card limits reset on a weekly basis
Example Usage
When creating a card, you can now specify:
{
"limitRenewFrequency": "DAILY"
}
or
{
"limitRenewFrequency": "WEEKLY"
}
Backwards Compatibility
This change is fully backwards compatible. Existing card limit renewal frequencies remain unchanged and continue to function as before.