#HA9211
1 messages · Page 1 of 1 (latest)
hello! how can I help?
I have a client who requires a Wix website with all payment transactions being facilitated through Stripe. However, I have encountered a challenge as there is no available Stripe app on Wix. Although I attempted to utilize the checkout feature, the client has multiple products available for purchase, which raises the question of whether I need to host each product individually.
Considering this predicament, I am exploring alternative solutions, such as generating a dynamic checkout link that can accept parameters for product and price. This would streamline the payment process for the client and eliminate the need for individual product hosting.
i understand the context, but what's the specific question? Everything in there right now is a statement
i need a dynamic hosted link which take parameter for the products in checkout feature in stripe
you can pass in the specific Product/Prices using Checkout Sessions :
https://stripe.com/docs/payments/accept-a-payment
https://stripe.com/docs/checkout/quickstart
i have a question alex? do all server.js and html file will host on stripe or do we need different hosting services for hosting?