@stripe other question: does your PHP SDK not support sending along a locale so the server errors are being localised? I like to return them to my user on the client, but only seem to be able to localise the .js implementation, not the serverside (we manually confirm intents)
We don't have server-side error localization yet so localized error messages only happen client-side. With that being said, this is something we've started looking into.