#Mini
1 messages · Page 1 of 1 (latest)
Hi, it depends on what you mean by JS. Do you mean purely client-side JS?
Stripe Checkout requires API calls from backend
yes a client-side JS. from Dynamics Portal I will create a custom web page using HTML and JavaScript. from the Javascript code I'm planning to call the API to create the product and prices then once created it would redirect to Stripe Checkout page is this possible?
Unfortunately no. You will need a backend to create Product and Price, and create the Checkout Session
Oh then if I use backend will I be able to create product and price and create the checkout session using the API call?
Yep!
Oh ok. Will I also be able to create multiple products and prices in one checkout sesson using the API call?
Thank you @wide spade