Versions Compared

Key

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

Error Overview

...

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.)

...

Code

Error

Scenario

400

invalid_client

Wrong or missing client id or client_secret

400

invalid_request

Invalid or missing grant_type parameter

401

invalid_token

Wrong or expired access token

POST /client-id/{client_id}/merchants/login - DEPRECIATED

Code

Error

Scenario

409

authentication_failure

Wrong Merchant username or password

...