#Peter Silie

1 messages · Page 1 of 1 (latest)

slender kelpBOT
terse ravine
#

I created a customer and placed the E-Mail in the PaymentIntent.

cobalt cobalt
#

This is done in your client-side code.

terse ravine
#

In JS? Like this?

cobalt cobalt
#

In JS yes, but not like that. See the documentation I pointed you to above.

#

It would be something like this:

defaultValues: {
  billingDetails: {
    email: 'user@example.com',
  },
},
terse ravine
#

🙏

#

Great, thanks!