#sqarf-checkout-customer
1 messages ยท Page 1 of 1 (latest)
Hi ๐ you can pass the ID of an existing Customer when creating the Checkout Session via its customer parameter:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Cool, that's exactly what I was looking for. Thank You!