#gbsouzadev
1 messages · Page 1 of 1 (latest)
How are you creating payments in your integration? Is it Checkout? Payment Element?
Or if you can just share a pi_xxx ID I can derive the answer from that
Through a payment link.
Ok, and I guess your're listening for some webhook events?
Yes
Which? Please provide as much info as possible, otherwise I'm just guessing 🙂
Ok, the customer email address collected on the Payment Link isn't persisted onto the Payment Intent directly. Generally you should be listening for checkout.session.completed events if you're using Payment Links
And the email address is on that object: https://docs.stripe.com/api/checkout/sessions/object#checkout_session_object-customer_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hmmmm, interesting. I'll make that change
It worked. Thank you very much