added

New limitRenewFrequency values

We've introduced two new card limit renewal frequency options that can be used when issuing cards:

  • DAILY - Card limits reset on a daily basis
  • WEEKLY - 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.