#zooooooooo
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-client_reference_id seems like it's almost the right thing, but idk
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello! I don't think client_reference_id is what you want - typically, you'd take the Stripe Customer ID (if they have one) and pass it in to customer when you create the Checkout Session
how can i correlate an existing stripe customer with a customer? I need to save that off after they create it initially? Probably need a table correlating my customer ids to Stripe Customer IDs?
I'm mostly concerned w/ the case where I don't have an initial Stripe Customer ID to pass in, and they manage to complete the checkout flow twice