#mnording_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1349754694502711386
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello there
Cardholder name would be something you would collect in this case.
That's not something that is provided via the card network.
What data in radar is provided by the card network?
Why would that check exist if im myself entering the data?
You are collecting that data from your customer
Things like the country of the card would be an example of something that is related to the card network/issuer.
And not something you directly collect from the customer
understood, so the cardholder name is only returned, if the card being used is a card i issued after creating a cardholder?
https://docs.stripe.com/api/issuing/cardholders/create
My usecase is a standard payments element ecom integration so im not issuing cards at all, only charging
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No sorry
The cardholder name would be if you collected that name in your own input from your customer and passed it to the Billing Details when you confirm with Payment Element.
In this case, if you were really dealing with a nefarious actor then they could just enter any name they wanted to get around this so it likely isn't what you are looking for.
Let's back up
What are you really trying to do?
nah you are correct
My wanted use was to ensure that payments are only accepted, if the customer uses a card that is issued in their name
so i am looking for the bank/issuer to tell me whos card this is, ir to ensure that it matches the billing details on the order
great to atleast get that confirmed ๐ THank for the quick help here.
Would you see any other mechanism in stripe that could work ?
In terms of name specifically?
yes
No, not really... we just don't have the name data at all so we can't verify that unless you provide it yourself (as discussed above).
Understood, thank you again for taking the time