#thereallyrealgotti
1 messages · Page 1 of 1 (latest)
Hi there
Sounds like you may want to utilize a client_reference_id in the URL param: https://stripe.com/docs/payment-links/customer-info#customize-checkout-with-url-parameters
thanks you my friend 🙂
Sure thing
The probleme is: it seems that once it's done, in the link, we cannot find this reference anywhere. An other thing: I could have a same client that have many subscription for many of his building. I don't know if the same email can have the same subscription for (let's say) 3 building, with the same email adress.
That reference is passed to the Checkout Session that is created: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-client_reference_id
And yes it is possible to have multiple Subscriptions per Customer
And multiple Customers with the same email
We are working on improving auto-deduplication for Payment Links
But right now each one will create a new Customer
Thanks. It seems that multiple client is doable, we've try. Is there a way to visualize the checkout session object, it the interfact, somewhere? (After that, I guess we can go with other coding, and we'll be good to go...)
https://stripe.com/docs/api/checkout/sessions/object has all the properties of the Checkout Session object