#mnording_best-practices

1 messages ยท Page 1 of 1 (latest)

past wyvernBOT
#

๐Ÿ‘‹ 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.

desert laurel
#

Hello there

#

Cardholder name would be something you would collect in this case.

#

That's not something that is provided via the card network.

native hamlet
#

What data in radar is provided by the card network?

Why would that check exist if im myself entering the data?

desert laurel
#

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

native hamlet
#

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

desert laurel
#

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?

native hamlet
#

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

desert laurel
#

Yeah we don't get those details from the issuer

#

(The name)

native hamlet
#

great to atleast get that confirmed ๐Ÿ™‚ THank for the quick help here.
Would you see any other mechanism in stripe that could work ?

desert laurel
#

In terms of name specifically?

native hamlet
#

yes

desert laurel
#

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).

native hamlet
#

Understood, thank you again for taking the time