#BrianHHough
1 messages · Page 1 of 1 (latest)
- You would make a client-side call to your server and have the server return the product
- Can you specify which Stripe.js method you are using?
Thanks @crimson crypt!!
- In the Settings > Payments > Checkout and Payment Links page... when you click "Enable client-only integration" you get this warning about how your "product IDs will be made public"
How would you identify the productID without it being searchable?
- I am using the NodeJS
stripesdk
I guess I am just trying to understand if you were to have 3 products in stripe, do you pass the productID into the session under stripe.checkout.sessions.create and then line_items = the productID you want to select?