#Mini

1 messages · Page 1 of 1 (latest)

radiant wingBOT
wide spade
#

Hi, it depends on what you mean by JS. Do you mean purely client-side JS?

#

Stripe Checkout requires API calls from backend

flint wedge
#

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?

wide spade
#

Unfortunately no. You will need a backend to create Product and Price, and create the Checkout Session

flint wedge
#

Oh then if I use backend will I be able to create product and price and create the checkout session using the API call?

wide spade
#

Yep!

flint wedge
#

Oh ok. Will I also be able to create multiple products and prices in one checkout sesson using the API call?

flint wedge
#

Thank you @wide spade