#BrianHHough

1 messages · Page 1 of 1 (latest)

frail nymphBOT
crimson crypt
#
  1. You would make a client-side call to your server and have the server return the product
  2. Can you specify which Stripe.js method you are using?
indigo trout
#

Thanks @crimson crypt!!

  1. 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?

  1. I am using the NodeJS stripe sdk

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?