#sandyk - Elements
1 messages · Page 1 of 1 (latest)
thank you appreciate it !
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
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
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
There is also the customer name, which is a separate thing: https://stripe.com/docs/api/customers/create#create_customer-name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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!
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
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.
got it, thanks @placid bronze !