Hello,
I am trying to activate Alma on Magento 2.4.6p6 version. When I click to place an order, I get an error message in response.
[2024-08-28T09:28:07+0000] Error executing API call (422: Unprocessable Entity): Member 'givenName' in billing address is missing or incorrect.. Field: billingAddress.givenName. Documentation: https://docs.mollie.com/overview/handling-errors
I don't really understand what field is faulty. Looking at the method creating the billing address array from the order billing address, I have those fields (see img). In Xdebug I have values for all of them (except region which should not cause the issue I guess).
Can anyone help me please ?
HTTP status codes Whenever you send a request to the Mollie API you will get a response in JSON (JavaScript Object Notation) format. This is a standard for data communication that’s easy to read for humans as well as machines. Alongside the JSON-response an HTTP status code is sent that shows whethe...