#stilo-payment
1 messages ยท Page 1 of 1 (latest)
stilo-payment
@rocky mesa You likely want to look at https://stripe.com/docs/payments/payment-links if all you want is an HTML page and nothing else
I saw it, but I want to create it on my page
But I don't understand most of the things
That's the thing. The easiest is to use PaymentLinks. That is drastically simpler and you send them to our link and it just works. The alternative is building your own integration end to end which is more work.
It's not impossible but if you aren't familiar with this you might struggle and so using PaymentLinks is the right fit for you
but with payment links I can't do what I want to do with my code like edit databases or send discord messages with discord.go
you can do exactly that, it all works
?
people pay on Checkout, then they can be redirected to your own server where as the developer you can write code to do whatever you need. Or you can use webhooks to listen to Events about the payments
it's all documented
Is there any chance of someone using the request on the site and still running the code?
I have no idea what that could mean
did you read the doc I shared? It tells you multiple ways to do that in details
I'm sorry, this doesn't do what I do, I want to sell multiple articles in one page...
You can sell multiple articles in one page too
Ik
but I wanna make all in my html page
with my page theme etc
obv I don't edit the stripe part
only the page
sorry for the flood by I use to do it often ๐
then you have to follow the main docs which explains this end to end
I'm doing it step to step
It's the first thing written
ah damn yeah that doc is incorrect sorry. Look at the readme I linked
this?
https://github.com/stripe/stripe-go#installation please read this first
Hi ๐
I'm stepping in. Our docs currently only have the theme you see here. I am not aware of any work to change that currently.
You will want to review our docs on this: https://stripe.com/docs/development/get-started
I found it