#sina
1 messages · Page 1 of 1 (latest)
Hi 👋 do you have an example of a test payment where you tried to use that card but received that error that you can share?
pi_3MstmhE48Fm17Noq10wi8LU1
Thank you! Where are you seeing the error about an expired card? That Payment Intent appears to have been successfully confirmed and is currently pending capture.
I see it in our platforms response but I can also see in Stripe that card expiry is reported as Expires
03 / 2023
Gotcha, so some logic on your end was flagging the card as expired which stopped the rest of your process from executing?
Yes
Alright, does suppressing that logic for this test allow the payment to complete successfully?
It is not something I can test easily, we use this logic for all our payment partners
I am just confused as to why a physical test card would come hard-coded with an expiry date in the past
Agreed, that does seem a bit odd.
I checked with a teammate about this, and they confirmed that we do ignore expiration dates for test mode transactions, which is why this payment appears to not be blocked on our end.