#[LBG] India
1 messages · Page 1 of 1 (latest)
Hi there 👋 are you using Radar?
Gotcha, if you're using Radar, then I believe the easiest way to do this is to write a custom rule leveraging the card_funding parameter:
https://stripe.com/docs/radar/rules/reference#:~:text=particular card number.-,card_funding,-Case Insensitive String
If you aren't subscribed to Radar to be able to write custom rules, then there is another approach but it is much more involved.
OK thank you !
I have another question
On a checkout page, when I fill the card owner name, Stripe does not check the owner name by interrogating the issuer ?
I tried a CB which the real name is Bob (example), I confirmed the checkout with a card owner name "Smith". Is the name verified ? Because in Stripe I have the name Smith ?
We send the provided information to the issuer, and the issuer determines whether they approve or decline the transaction based on the information that was provided.
Is there a way to find the real name of a customer from Stripe ?
Do you mean the name that the issuer has on record? If so, no.
Yes, the name on the credit card ?
No, that information is not available.
OK thanks !