#Senthil-php
1 messages · Page 1 of 1 (latest)
heya @surreal walrus! why do you want to set the customer_email after you create the Checkout Session?
if you listen to the checkout.session.completed event, it should contain the customer's email
I am sending the customer email from my database. But I don't have it until session object is created.
Is there a way to update the created session object with the email after.
to clarify, are you trying to populate the Checkout Session with your customer email?