#meisei-receipt
1 messages · Page 1 of 1 (latest)
Hi there, You can set a specific language for a Customer using the preferred_locales field https://stripe.com/docs/api/customers/object#customer_object-preferred_locales So that Stripe will issue invoices, receipts, and other customer facing emails to that customer with an appropriately translated email, payment page, or PDF.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Find help and support for Stripe. Our support center 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.
But there are employees are from different countries in a customer
Each time they visit the receipt page, I have to specify the customer's preferred_locales again?
You mean the same customer want to view the receipt in a different language?
yeah
I need more context to understand this requirement. Your customer receives the email from Stripe when payment is succeeded, how do you intent to specify what language the receipt should be presented in?
The same customer has many employees, maybe they are from different countries, so they wan to view the receipt in their own language. Now we specify the language by the customer. And set the preferred_locales frequently is not suitable, so is there other solutions?
You should create a customer object for each of the employee, so you can specify preferred_locales for each of them.
but the receipt page is just belong to one customer
what I want is one receipt could be viewed by different language
But your customer will just receive one receipt email, and there's no options in the email to present the same receipt in different languages.
Yes, and there's no option in this page to select a different language.
Please remove this link from this chat, discord is a public place so others can see the details of this receipt.
ok.thanks a lot.
I believe what you need is to have a language option in the receipt page so that viewer can choose their preferred language. It's not something we support at this moment.
Feel free to write in to Stripe support https://support.stripe.com/contact about your feature request, so that they'll pass along this request to the relevant team and they'll decide whether to include it in the product roadmap.
Find help and support for Stripe. Our support center 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.