S
Stripeinvalid_expiry_month
Invalid Expiry Month
Hard Decline
Permanent failures that should not be retried
Do Not Retry
Retry will not succeed
Description
The expiry month is invalid.
Recommended Action
Ask the customer to retry with the correct expiry date.
Common Causes
- Month value out of range (not 01-12)
- Typo in expiry month
Recovery Tips
- Add client-side validation for expiry month range
- Use a date picker or dropdown for expiry fields
Quick Reference
Code
invalid_expiry_month
Category
Hard Decline
Retryable
No
Source
Stripe
Related Decline Codes
card_not_supportedNon-Retryable
Card Not Supported
The card does not support this type of purchase.
currency_not_supportedNon-Retryable
Currency Not Supported
The card does not support the specified currency.
do_not_try_againNon-Retryable
Do Not Try Again
The card was declined for an unknown reason.
duplicate_transactionNon-Retryable
Duplicate Transaction
A transaction with identical amount and card information was submitted very recently.
Automate Payment Recovery for Stripe
Slicker automatically handles decline codes like invalid_expiry_month by intelligently retrying at the optimal time based on the decline reason.