#Selakyn-client-side-checkout

1 messages ยท Page 1 of 1 (latest)

trail sail
#

Hello ๐Ÿ‘‹
Let me take a look

modest lake
#

Hi, thank you

trail sail
#

are there any specific docs you're looking at, at the moment?

modest lake
#

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

modest lake
#

below

#

I enable the client-side

trail sail
#

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.

modest lake
#

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.

trail sail
#

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

modest lake
trail sail
#

Awesome! Glad I could help ๐Ÿ™‚

#

Good luck