422 error missing billing fields
-
In the Mollie logs we find this message:
Creating payment object: type Order, first try failed: [2025-07-27T08:33:58+0000] Error executing API call (422: Unprocessable Entity): The following fields of the billingAddress are missing: streetAndNumber, postalCode, city. Documentation: https://docs.mollie.com/reference/handling-errors. Request body: {“status”:422,”title”:”Unprocessable Entity”,”detail”:”The following fields of the billingAddress are missing: streetAndNumber, postalCode, city”,”field”:”billingAddress”,”_links”:{“documentation”:{“href”:”https://docs.mollie.com/reference/handling-errors”,”type”:”text/html”}}}. Field: billingAddress
These fields are disabled in our webshop because we do not need them. We are using the order api.
It seems that the payments are completed normally in Mollie, but still we are concerned about the recurring error.
The topic ‘422 error missing billing fields’ is closed to new replies.