#AmCoder-receipts
1 messages · Page 1 of 1 (latest)
Hello! Let me dig around for more context on your first question - give me a few minutes
Sure!
Can you share the new user ID with me so I can take a look?
That customer seems to have their preferred locale still set to en-US - is that intentional?
No, not intentional, I just created a new user and I guess that was set by default in their preferences.
Even that, in the Dashboard preferences (email receipt settings) the Default language was already changed to Spanish. And previously I had been told that if I changed the language there, it would work for all future payments(show the receipt in spanish).
Interesting, I will check in to that setting but I think that that will only be used for customers that don't have a locale.
Hi Pompey, well, better I'll change the question, is there a way in order that users receive the receipt in Spanish? Or better yet, in the language of the country where they are?
Hey apologies that I dropped this thread for a bit. You can still update the customer's locales yourself with the API if you want to override what was initially set https://stripe.com/docs/api/customers/update#update_customer-preferred_locales
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No problem, but do I have to be doing this manually one by one user so that the receipt arrives in their language? or by doing this will it apply to all users and they will receive automatically the receipt in their language?
What we need is for the receipt to arrive automatically in Spanish or in their language for all future payments.
Yeah, this would need to be done for each Customer. No way to set it for every customer at once at the moment
Ok, so, the "Default language" option in Spanish(email receipt settings), what would it work for?
As far as I know, that should only be for Customers that don't otherwise have preferred_locales set
Ok, the other thing is, we are handling different currencies depending from the country on where the user is, and the receipt shows the correct price, but the currency always appears in USD, where we can change the configuration so that it shows the correct currency (USD, MXN, EUR, etc) ?
Do you have the ID for a non-USD payment where the currency showed up as USD on the receipt?