#Jerry Jose
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
Are you looking to do this using existing Product and Prices with different Names?
You can use product_data and set the names you want without using existing products and prices
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_data-name
I sent product details from my app (user selected) to stripe to create session and product name has currency symbol
when I try to send product name with currency symbol I got error on session create
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sorry No Error But the currency symbol changed to ? in Stripe checkout page
Can you share a screenshot? I suspect it needs to be escaped/a HTML safe symbol
Equally, why do you need to include the currency symbol? Checkout should include that automatically
(trying to replicate)
Works for me. Or maybe I'm misunderstanding. If you can provide a cs_xxx ID then I can investigate