@@ -183,10 +183,12 @@ def create(
183183 [Flexible Card Art Guide](https://docs.lithic.com/docs/about-digital-wallets#flexible-card-art).
184184
185185 exp_month: Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
186- an expiration date will be generated.
186+ an expiration date five years in the future will be generated. Five years is the
187+ maximum expiration date.
187188
188189 exp_year: Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year` is
189- provided, an expiration date will be generated.
190+ provided, an expiration date five years in the future will be generated. Five
191+ years is the maximum expiration date.
190192
191193 memo: Friendly name to identify the card.
192194
@@ -1051,10 +1053,12 @@ def renew(
10511053 carrier: If omitted, the previous carrier will be used.
10521054
10531055 exp_month: Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
1054- an expiration date six years in the future will be generated.
1056+ an expiration date five years in the future will be generated. Five years is the
1057+ maximum expiration date.
10551058
10561059 exp_year: Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year` is
1057- provided, an expiration date six years in the future will be generated.
1060+ provided, an expiration date five years in the future will be generated. Five
1061+ years is the maximum expiration date.
10581062
10591063 product_id: Specifies the configuration (e.g. physical card art) that the card should be
10601064 manufactured with, and only applies to cards of type `PHYSICAL`. This must be
@@ -1369,10 +1373,12 @@ async def create(
13691373 [Flexible Card Art Guide](https://docs.lithic.com/docs/about-digital-wallets#flexible-card-art).
13701374
13711375 exp_month: Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
1372- an expiration date will be generated.
1376+ an expiration date five years in the future will be generated. Five years is the
1377+ maximum expiration date.
13731378
13741379 exp_year: Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year` is
1375- provided, an expiration date will be generated.
1380+ provided, an expiration date five years in the future will be generated. Five
1381+ years is the maximum expiration date.
13761382
13771383 memo: Friendly name to identify the card.
13781384
@@ -2237,10 +2243,12 @@ async def renew(
22372243 carrier: If omitted, the previous carrier will be used.
22382244
22392245 exp_month: Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
2240- an expiration date six years in the future will be generated.
2246+ an expiration date five years in the future will be generated. Five years is the
2247+ maximum expiration date.
22412248
22422249 exp_year: Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year` is
2243- provided, an expiration date six years in the future will be generated.
2250+ provided, an expiration date five years in the future will be generated. Five
2251+ years is the maximum expiration date.
22442252
22452253 product_id: Specifies the configuration (e.g. physical card art) that the card should be
22462254 manufactured with, and only applies to cards of type `PHYSICAL`. This must be
0 commit comments