#Chuplag-customerdetails

1 messages · Page 1 of 1 (latest)

fading vine
#

@frail junco are you using Elements and PaymentIntents directly?

in that case you would collect that information from the user in your own HTML forms and you can pass it to Stripe in a few different ways, depends exactly. For example you could send it to your backend and add it when creating the customer object : https://stripe.com/docs/api/customers/create

frail junco
#

So yeah I have a form where user adds their detail but that form is sperate than the stripe. I am passing the value with query string

#

In .net