#milashin_im-checkout
1 messages · Page 1 of 1 (latest)
Hey there! In what context do you mean 'customer'? A Stripe customer?
Do you have an existing Stripe integration?
yes
Yes to which question?
How can I associate Checkout with my customerId?
You'd pass the customer parameter when creating the Checkout Session: 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.