#sumitp07
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sumitp07, 3 days ago, 12 messages
What's the issue?
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sounds like you're passing currency: 'inr' in your API request to create the session, and the price_xxx you're using doesn't have an INR option
But can confirm with a req_xxx ID!
Yep, as I described above
price_1LdTVZJtDdRpsBGmwORN9JUs doesn't have an INR currency option
You're forcing the session to INR via currency: 'inr' but it fails because one of the line items doesn't have that currency
I am getting another issue with multiple currencies in subscription mode.
I'd suggest using a new Customer object instead of an existing one, for a clean test