#lumen-customer-email
1 messages · Page 1 of 1 (latest)
Good question. I would have thought the email was saved on the customer object in that case. Let me check in to this
So you are prepopulating the customer email for a Checkout Session that creates a subscription and the goal is to see that email later in Stripe?
So the email will not be included in the event, but you can retrieve the customer, that object will have the email that was put in to the Checkout Session https://stripe.com/docs/api/customers/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, the goal is to see this email later in webhooks.
Oh, this looks like it's gonna work! Gimme a few minutes to test this.
Yaaay!! Huzzaahh! It works. Amazing. Thank you very much!!
Awesome! Happy to help