{
"message": "The given data was invalid.",
"errors": {
"amount": [
"The amount must be at least 500."
],
"customer.email": [
"The customer.email must be a valid email address."
],
"customer.documentType": [
"The selected customer.document type is invalid."
]
}
}