#itsarghyadas
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.
- itsarghyadas, 5 days ago, 43 messages
Hello, can you tell me more about what you are trying to do?
so I am in a facing a deep issue rn
which is we have landing page and a button with a stripe generated payment link
and after successful payment that is redirecting to a form website where you need to fill in some info. The issue is that the form website is publicly accessible without payment.
can we do something so that only paid people can access that website
That is harder to do with payment links, and depends on your capabilities here. You could go as far as having a full on login system, or you could just generate some long ID for the payment and have the page load details based on that ID. The page would still be public but few people would go through the effort of guessing every valid payment ID to see what others had paid for
Not sure what you mean there. Can you describe what you are trying to do?
Usually only your API key matters, even if you are using Stripe Connect
no, actually we are pre-launching a website with a stripe payment link.
just a home page with a button to the stripe checkout.
then after payment stripe redirects them to another website where there is a form. Now that is public. I want that website to be only accessed by paid people.
And how does the API get involved?
For your payment link, only your API keys will affect anything related to those payments
no I mean now that I wanna get varify paid user before accessing that website how could I do that?