#Barba
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
This one for example req_DnYthFiV1G9XeP
Thanks for sharing,
You cannot combine currencies on a single customer. This customer has an active subscription, subscription schedule, discount, quote, or invoice item with currency mxn.
The error show this explicit message,
Using Stripe, each customer has only one supported currency. If you want to have a customer in your business that can pay using different currencies, you need to create different Stripe Customer Object (you can use the same email, it mustn't be unique for Stripe point of view)
Thanks!