#SouffleAuChocola
1 messages · Page 1 of 1 (latest)
Unfortunately that's not currently possible
We have a lot of feature requests for passing the Stripe Customer ID so repeat customers can use the pricing table
No ETA on when that will be available unfortunately
Can you share your account id so I can add you to the list of folks requesting this?
Cool thank you
then can you maybe provide me some documentation on how can we set this up with an already created customer and allow him to pay for a subscription using your payment links ?
Payment Links are universal links for checking out, so there's not really a way to pass along the customer ID. Since determining the right customer id to pass along would be done through code, Checkout Sessions are likely a better fit. Here is our guide for that: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout
Here's the customer param you'd use: 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.
Thank you !