#seljo
1 messages · Page 1 of 1 (latest)
You can update the expiry of a card payment method via the API, but not a card_present physical card, no
I don't expect to change this in the App-code reading the card, I am hoping Stripe has some website where we can update/change the info for our test Cards....
As far as I know that's not possible, we just ignore the expiry for our test cards for this reason
So i would suggest adding similar logic to check the card fingerprint as matching our test card, then ignore the expiry
https://stripe.com/docs/api/payment_methods/object?lang=curl#payment_method_object-card_present-fingerprint
Ok, that sounds like a plan. I knew there had to be a way to handle this, otherwise these test cards are not very useful. 😅
Is there a range of card #'s defined / reserved for these test cards already?
No not specifically, that I know of. You'd need to capture that fingerprint on first use, say.