Appearance
Are you an LLM? You can read better optimized documentation at /guide/cards/_components/card-limits.md for this page in Markdown format
Ensure you fill in all the limits below by setting:
- All values you don't need to
0to deactivate them - At least one ATM daily, weekly, or monthly limit to another value than
0 - At least one Payment daily, weekly, or monthly limit to another value than
0
Information – Limits can't be expressed in cents
Limits only accept integer values, which means you can't have limits with decimals (except for paymentDailyLimit).
| Attribute | Type | Description |
|---|---|---|
limitPaymentAll | integer | Lifetime payment limit |
limitPaymentYear | integer | Yearly payment limit |
limitPaymentMonth | integer | Monthly payment limit |
limitPaymentWeek | integer | Weekly payment limit |
limitPaymentDay | integer | Daily payment limit |
paymentDailyLimit | number | Daily payment limit (for food vouchers use cases) |
limitAtmAll | integer | Lifetime withdrawal limit |
limitAtmYear | integer | Yearly withdrawal limit |
limitAtmMonth | integer | Monthly withdrawal limit |
limitAtmWeek | integer | Weekly withdrawal limit |
limitAtmDay | integer | Daily withdrawal limit |