#carson-decline-errors
1 messages · Page 1 of 1 (latest)
@fleet moon apologies for the delay, the topic is nuanced and I wanted to make sure I had it right.
Error codes are what we (Stripe) will throw. So if the payment method in our records has an expiration date in the past, we'll throw an expired_card error.
Sometimes the expiration date we're provided hasn't passed, but the card has actually already expired. In these cases the issuer will decline the charge and we'll return a card_declined error. In this case, if the issuer provides an explanation of why the charge was declined then that will be made available as a decline code.