#yuka-_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1339455318475673642
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, the receipts are localized based on the customer's preferred_locales https://docs.stripe.com/api/customers/object?lang=node#customer_object-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.
https://docs.stripe.com/billing/customer#localization You can visit this page for more info
Thanks for the answer!
I'm implementing a payment with guest Customer, but can I do it without creating a Customer?
I'm afraid changing the receipt language will not be possible for guest customer
I see. If I want to change the receipt language, I should create Customer, right? Just confirmation.
By the way, this is about mail receipts.
Yup! I'd recommend giving a try in the test mode
I understand the specs. Thank you for supporting me.