#Aby
1 messages · Page 1 of 1 (latest)
We do have a card_funding property that your radar rules can use https://stripe.com/docs/radar/rules/reference#:~:text=particular card number.-,card_funding,-Case Insensitive String
Though keep in mind that radar causes generic declines, so our error messages won't be helpful especially on fully Stripe surfaces like Checkout
So it may be confusing for users if you don't make it clear enough that you don't accept those cards
Sure thank you!
And in order to set up that rule we must be in Radar for Fraud Teams? Or with the generic version of radar would work?
Unfortunately I am less familiar with that aspect of Radar. If you reach out to our support team they should be able to help you here https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Also are you making this page that takes payments yourself or are you using something like Checkout? If you are building this page logic it may be possible to check the funding method on your server and reject from there though that would be more involved
Ok, thank you very much for all the information, I really appreciate it