#sandyk - Elements

1 messages · Page 1 of 1 (latest)

placid bronze
#

Hi sandyk. Looking into this. Give me a moment to catch up

whole haven
#

thank you appreciate it !

placid bronze
#

Looks like cardholder name isn't part of the data we send for verification:
When a card payment is submitted to a card issuer for authorization, Stripe provides the CVC, postal code, and billing street address for them to verify (if it’s been collected).
https://stripe.com/docs/disputes/prevention/verification

Learn how to make use of card verification checks to protect against disputes and fraud.

whole haven
#

thanks @placid bronze one more followup question. if the name is not provided when creating the card, does stripe autofill that part for us? I see it in a customer source created webhook but I just want to verify that stripe does it for all cards

placid bronze
#

When you saw it in the customer source created webhook, did the user provide the name on the card?

#

I don't believe it's autofilled

whole haven
#

we don't provide the name input on the front-end element. Maybe that's it then, it's prefilled with the customer's account name.

We're asking because we want a way to verify that the credit card belongs to the said customer. If you know of an alternative, we would really appreciate any tip!

placid bronze
#

Gotcha. I don't know if there's a way to configure that in Radar, but I recommend reaching out to support here for some better guidance: https://support.stripe.com/contact/email

whole haven
#

got it, thanks @placid bronze !