Skip to main content
Question

400 BAD Request

  • March 19, 2026
  • 1 reply
  • 8 views

Members the 400 bad request response without descriptions is unprofessional. if the request body is wrong then an appropriate response code should be returned by the api endpoint. this makes it easier for software developers to guide themselves. for 7 years av been on this API and i still wonder why nothing has changed. Eg when creating an invoice am glad this {
    "message": "Currency not supported.",
    "code": "INVALID_CURRENCY"
} comes but then beyond that its BAD request without any meaningful response code 

1 reply

  • Author
  • New Member
  • March 19, 2026

You see i was using UGX as the currency when my sandbox is on EUR this should have triggered a different error not bad request.