#Selakyn-client-side-checkout
1 messages ยท Page 1 of 1 (latest)
Hi, thank you
are there any specific docs you're looking at, at the moment?
My problem is, I see everytime that people make a request on an express server and then create the checkout. I removed the server part and enable only the client-side
yes wait
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
below
I enable the client-side
Gotcha. Thanks for sharing.
As far as I understand client-only checkout, there shouldn't be much to worry about. Even if someone gets access to product IDs, they'd need access to your secret keys in order to update them.
But yes, It may lack features compared to client-server integrations and Payment Links.
Okey I see. In the browser we can see for example the quantities and the ids of items that some client want to purchase. Is there any way to change theses values directly on the source code ? And an other question, is there a way that someone find the secret key ? it will be in a .env file but won't be pushed on github.
In the browser we can see for example the quantities and the ids of items that some client want to purchase. Is there any way to change theses values directly on the source code ?
I'm not sure I understand the question. Can you give me an example?
is there a way that someone find the secret key ? it will be in a .env file but won't be pushed on github.
As long as you don't share your Stripe account credentials with anyone, you should be fine
I find that answer of my first question haha. And thanks for the second!
Thank for your help !