#itsarghyadas

1 messages · Page 1 of 1 (latest)

tulip snowBOT
#

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.

earnest falcon
#

Hello, can you tell me more about what you are trying to do?

sinful wren
#

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

earnest falcon
#

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

sinful wren
#

how can link the ID with the stripe payments

#

without getting the owner's api key

earnest falcon
#

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

sinful wren
#

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.

earnest falcon
#

And how does the API get involved?

#

For your payment link, only your API keys will affect anything related to those payments

sinful wren
#

no I mean now that I wanna get varify paid user before accessing that website how could I do that?

earnest falcon
#

I listed two options, unfortunately that is outside of the scope of what Stripe provides from our products so we don't really have much advice here

#

This would be something you would have to research and impliment for your own site