Versions Compared

Key

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

The various Transaction States recognized on the platform are

  • Successful

  • Failed

  • Initiated

  • Unknown

  • RequireUserOfflineAction

 

Panel
bgColor#B3F5FF

HTTP Status Codes and Description

HTTP Status Code

Description

200 - OK

The request was processed successfully

400 - Bad Request

The request was made with an invalid payload.

Request made with data violating defined constraints.

401 - Unauthorized

Invalid client credentials

Request to access an unauthorized resource

422 - Unprocessable Entity

The request was made with an invalid payload.

404 - Resource Not Found

Request to retrieve a non-existing resource

...