#garymoon
1 messages ยท Page 1 of 1 (latest)
Hi ๐
I don't think our testing cards include that scenario explicitly: https://stripe.com/docs/testing
But have you tested all the Declined Payment cards? https://stripe.com/docs/testing#declined-payments
The card element captures and handles the declines, so we're not worried about that. We're worried about auth being successful and then charge failing.
Right, so you would try to use the Decline Payment card numbers when setting up a Payment Method using Setup Intents but not charging it.
But they all fail at the element, so the SI doesn't succeed.
So what you do is not use the Element. You create the PM directly
I just created a Payment Method using the tok_visa_chargeDeclinedStolenCard token
When i attempt to charge it I get a card_declined response
Oh that'll be a pain to engineer, but would work, thanks mate ๐