Hello, when I try to create an order I get the following error message:
_Error response from mollie with status code '422' and body: {"status":422,"title":"Unprocessable Entity","detail":"The amount contains an invalid value","field":"amount.value","links":{"documentation":{"href":"https://docs.mollie.com/overview/handling-errors","type":"text/html"}}}
Hello, when I try to create an order I get the following error message:
_Error response from mollie with status code '422' and body: {"status":422,"title":"Unprocessable Entity","detail":"The amount contains an invalid value","field":"amount.value","links":{"documentation":{"href":"https://docs.mollie.com/overview/handling-errors","type":"text/html"}}}
The problem is the BigDecimal data type of the "value" attribute. The API expects a String data type. https://docs.mollie.com/reference/v2/orders-api/create-order#parameters