#JVids
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
since you're using the LinkAuthenticationElement you can use this https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#retrieve-email-address
to collect the email address
So the paymentIntent object cannot contain the email, and I have to access it some other way (with useState hook for example)?
the shipping object doesn't have an email on it https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-shipping
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.