#Ahmed Haque-Checkout

1 messages · Page 1 of 1 (latest)

bronze glacier
#

Hi, taking a look here

rapid locust
#

Basically, I am hoping stripe checkout has a way of automatically handling customer creation and customer association without me having to pre-capture email, pre-create a customer (or check if one already exists), and then feed that created customer id into the checkout

bronze glacier
#

That would come from your end. From your end, you'd check if that customer email already exists. If it does, you'd retrieve that customer object and pass that to the checkout creation.

rapid locust
#

Okay good to know. Another user told me the same thing. Thanks @bronze glacier. Not the answer I was hoping for. But good to know