#Kacy • Émeline
1 messages · Page 1 of 1 (latest)
Hi
Can you share the invoice Id ?
Here you go: in_1NFEiVHKQ1MO1mAIJlRR8Whe
When I download the invoice, I get it in English and still with "€8,676.00 due June 4, 2023" mention
billing invoices aren't translated to customer's language
The customercus_O1FBzvwXlitx3bdon't have preferred locales set:
https://stripe.com/docs/api/customers/object#customer_object-preferred_locales
What is the expected locale here ?
French by default
You need to specify that for the customer preferred locales
https://stripe.com/docs/api/customers/object#customer_object-preferred_locales
Checking this part...
Sorry for the late reply, just checked with the Team, and this looks expected. The invoice PDF don't reflect its status. While the receipt does.
OK I see, so I should send the receipt rather than the invoice OK !
Is there any ways for me to configure special remarks to comply with French laws & regulations ?
Can you please share more details ? where you want to add these info?
You can find all what you can customize in the invoice here:
https://stripe.com/docs/invoicing/customize
I have to specify late payment terms in the footer of the invoice, and a few shipping details as a custom remark in the header for example
Maybe it'll be easier for me due to translations to use my accountant's software API
Is there any webhooks events I can listen to then send the invoice to my accountant ?
yes, you can listen to the invoice.paid event:
https://stripe.com/docs/webhooks
OK !