#shyam99
1 messages · Page 1 of 1 (latest)
moving the other question in here to keep context in the same thread
Is there any way to take an existing user (without billing info and address/vat) to a checkout page?
You can use the existing customer ID and pass it to a checkout session create request using customer parameter
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
That should associate the new session with the customer ID you provide
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So this would still open up the usual checkout page for the user?
yes
Just asking more of our devs to jump on this thread to make sure we get this right.