worldline

Documentation

400 - Bad request

Description

The server could not understand the request due to invalid syntax. Please ensure that the request is well-formed and complies with the expected format and structure. Common causes include missing required parameters, incorrect data types, or improperly formatted JSON.

Common Scenarios

  1. Missing Parameters : A required parameter is not included in the request.

  2. Invalid Parameters : A parameter has an invalid value or type that is not accepted by the server.

  3. Malformed JSON : The JSON payload in the request body is not valid.

Resolution Steps

  • Verify that all required parameters are included in the request.

  • Ensure parameters conform to the expected data types.

  • Validate and correctly format JSON payloads.

  • Refer to the API documentation for the correct request format.