#Eddie Westerfield

1 messages · Page 1 of 1 (latest)

low sequoiaBOT
tired epoch
#

Hi there

#

You are passing customer_email on your Checkout Session creation, correct?

stuck pilot
#

Correct

#

Just need to lock down the email address so we can map back to the application and Hubspot.

tired epoch
#

Got it

#

In that case you want to create the Customer object ahead of the Session creation

#

And then pass the Customer ID to the Checkout Session instead of customer_email

#

Then the email won't be editable.

#

You can also not create the Customer object ahead of time and allow the Checkout Session to create the Customer, and then use that Customer ID for repeat Checkouts