Skip to content

400 Bad Request - Multiple Invalid Parameters

400 Bad Request - Multiple Invalid Parameters

Section titled “400 Bad Request - Multiple Invalid Parameters”

Indicates that the server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

[
{
"error_code": "INVALID",
"message": "Validation error",
"param": "card.name"
},
{
"error_code": "INVALID",
"message": "Validation error",
"param": "card.number"
},
{
"error_code": "INVALID",
"message": "Validation error",
"param": "card.expiry_year"
}
]