#NinjaMasta - Checkout
1 messages · Page 1 of 1 (latest)
Hi 👋
We do not currently have this functionality with Checkout. You can choose to not create a customer in which case all transactions get associated with a Guest Customer object.
Ok, thanks. I assume the other solution would be to implement a custom checkout with Stripe Elements?
Or just some way to determine who is using your site prior to sending them to checkout.
You can look up a Customer by email so if you had that available you could look them up then specify the customer ID.
Ok thanks for the help.