#Fubaibai-customeremail-paymentintent
1 messages · Page 1 of 1 (latest)
are you using Customer objects with PaymentIntents?
Mmh i dont know what is it, i don't think
ok so question for you, how is your page collecting Customer email?
if you're using PaymentIntents, that means you have to manually pass the email string somewhere in the API
yeah so you are using Stripe Checkout. I asked earlier and you only said " PaymentIntent"
Oh ok sorry
you should listen to the checkout.session.completed Webhook Event: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-customer_email
it has a customer_email field
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, checkout.session.completed Webhook Event is only triggered when payment is succesfull ?
yes