#atomheartlover_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1266359086237225074
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hmm, Checkout is our hosted payment page
I'm not sure what the questions is entirely?
Hello ynnoj! We're trying to understand if we understand the term "Stripe-hosted" correctly. My assumption is that it uses Stripe's servers. Is that correct?
Here I can only see links to download a sample app to run it locally on our server: https://docs.stripe.com/checkout/quickstart
'Stripe hosted' in this context means your customers will be redirected to a Stripe URL/page for payment
Pretty much all Stripe integrations will require some code that you self host. In the case of Checkout, that would be the code to create the session and redirect customers to the URL I mentioned
(like the sample app you've downloaded)
Just to be clear: does it mean that we must have this app customised and running on our local server, or we can use Stripe's resources?
What do you mean by 'Stripe's resources'?
Checkout will require you to write and host some code yes. If that isn't what you, and you want a completely no-code solution, take a look at Payment Links: https://docs.stripe.com/payment-links