#Eddie Westerfield
1 messages · Page 1 of 1 (latest)
Correct
Just need to lock down the email address so we can map back to the application and Hubspot.
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