Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP Status Code Summary

HTTP Status Codes

Type

Status

200

Success

Everything worked as expected.

401

Unauthorized

An error with the Merchant authentication. Wrong or expired access token.

403

Forbidden

Request is forbidden for the level of access granted.

404

Not Found

The requested resource doesn't exist.

409

Bad Request

The request was unacceptable, often due to missing a required parameter or wrong format.

500

Server Errors

Something went wrong on the Flexiti side. (These are rare.)

...