#JérémyGuéCo
1 messages · Page 1 of 1 (latest)
Ok, thanks. Do I have to create one product by language ?
Yes, that's the workaround for now.
Ok, thanks for your help !
If it helps, you can use product_data to dynamically create Products for each session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_data
This way you won't need to manage all the products in all languages.
Please, let me know if you have any other questions.