#gagan.suie
1 messages · Page 1 of 1 (latest)
Hi 👋
No that is not possible currently.
We are working on a feature to allow you to provide an existing Customer ID but that is in Beta so I don't know if that would address your issue. You can sign up for the Beta program to try it out though
would stripe send data back if the customer exists?
What do you mean "would stripe send data back"?
meaning will strip send back customer information so we can see if the customer is registered and disable the subscribe buttons.
What data are you providing the Pricing Table?
I think you need to write in to the beta team to see if that will work for you
i just need to get data that says if they're subscribed and be able to disable the subscribe buttons. thats all
sorry i misread this. we are just sending client-reference-id
Okay so Stripe won't know anything about the Customer. It would be up to your integration to figure that out
even if we're sending the id?
client-reference-id={$page.data.user?.userId}
we just want to send the customer_reference_id and see if the user is subscribed or not.
Right, all that does is return the ID you set in the return URL and the checkout.session.completed webhook event