Working on Paypal API V2 in a bilingual application (French and English), I've noticed that calling the following endpoint (v2/invoicing/invoices) to create a new draft invoice is failing when we use words with accent characters. In French language, there a lot of words with accent, like Solidarité, N'Goran, Haïr, etc.. Unfortunately, this is causing an error when calling the API. Can someone advice what should we do here?
... View more