#blvckmvmbv - Stripe Payments
1 messages ยท Page 1 of 1 (latest)
Okay so you want to use Stripe for payments on a site.
When you say
if it have a function to add the user a membership or anything on my site not manually
what is meant by a membership here?
I want to put it on a landing page and use it to give access to my ebooks, formations,...
And I want to people can access only after payment but I can't add them to a database manually
mean access not membership ๐
When you say "I can't add them to a database manually", do you have a server you can deploy code on for your integration?
I'm just trying to understand what options will be available to you.
As for your content, are users downloading it only after payment or do you mean you want them to only be able to reach a route on your site if they have paid?
I don't know how to code ๐ To explain I have a site where I sell an e-book. To now I can only make it free by downloading it with a button. I want to add a payment page and the client can only download the ebook when the payment is successful. Don't really need a space for users maybe just send it in a mail after payment...
Button > Payment > Ebook in mail (Google translate so bad)
Okay this Discord server is for developers coding Stripe integrations. However, we do have a No Code option called Payment Links: https://stripe.com/docs/payments/payment-links/overview
However, figuring out how to allow your users to download your content would still be up to you.
Thanks
You could collect user emails in the payment link config, and then email them your content once you receive a payment.
Ok so it can't be made automatically ?
Oh ! Maybe just by adding the file in the confirmation mail ๐ค
Possible to add a file to the mail ?
There are other tools like Zapier that can be combined with Stripe that may be able to accomplish this flow but that is outside my domain of knowledge
Here's one of our guides for this use case: https://stripe.com/docs/payments/checkout/fulfill-orders
We link to a lot of examples in the Payment Links overview. I would recommend reviewing all those links to see if you can find something that fits your use case.
I 'll do it now thanks ! Have a great day