#jonathan_needs_help
1 messages · Page 1 of 1 (latest)
Hi there
How do you only accept debit cards in your product?
That would be the same way to test, correct?
Like there are credit vs. debit cards
Right, but I want to test specifically around decline codes. The test cards there all seem to be credit cards, which are rejected by our Radar rules before they get to the SetupIntent failure, I think.
Ah I see. No, you would want to either mock responses in that case from Decline codes (https://stripe.com/docs/declines/codes) or use the credit card test cards and turn off your Radar rules temporarily.
Got it. I'll turn off my Radar rules in the test environment temporarily to try and do this. Thanks for the help!