#tomek8755
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tomek8755-pricing-table, 4 days ago, 18 messages
- tomek-checkout-basics, 4 days ago, 54 messages
- tomek-checkout-intro, 4 days ago, 16 messages
- tomek-netlify, 4 days ago, 22 messages
- tomek8755, 4 days ago, 9 messages
- tomek8755, 6 days ago, 6 messages
Hello
If you were to retrieve the checkout session object using the API manually (after checkout is completed) then yeah you'd see the customer info on that.
https://stripe.com/docs/payments/checkout/custom-success-page
The alternative would be to build a webhook endpoint to receive real time events
https://stripe.com/docs/billing/subscriptions/webhooks
how then I know that this user is subscribed and for how long?
I am not sure I grasp the "how long" part of the question. When the customer completes a checkout session, the subscription begins. So it literally just starts at that point.
so I'm looking for the simplest way to implement subscriptions.
for now I got to know about Checkout and Pricing Table from Stripe, which I think about using (they seem the simplest)
so now I'm wondering about the next step.
how would I know from the application, that the person on a given computer is subscribed and can access premium content?
how do usually people do that?