#Senthil-php

1 messages · Page 1 of 1 (latest)

craggy vigil
#

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

surreal walrus
#

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.

craggy vigil
#

to clarify, are you trying to populate the Checkout Session with your customer email?