#gagan.suie

1 messages · Page 1 of 1 (latest)

surreal saffronBOT
muted lark
#

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

junior karma
#

would stripe send data back if the customer exists?

muted lark
#

What do you mean "would stripe send data back"?

junior karma
#

meaning will strip send back customer information so we can see if the customer is registered and disable the subscribe buttons.

muted lark
#

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

junior karma
#

i just need to get data that says if they're subscribed and be able to disable the subscribe buttons. thats all

junior karma
muted lark
#

Okay so Stripe won't know anything about the Customer. It would be up to your integration to figure that out

junior karma
#

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.

muted lark
#

Right, all that does is return the ID you set in the return URL and the checkout.session.completed webhook event