v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Statuses and reasons

List statuses V1 (deprecated)

List account statuses registered for the organization.

get/accounts/v1/account-status

Response

OK

idinteger

Account status ID

namestring

Account status name. Pre-defined account statuses include DEBIT_ONLY, NORMAL, BLOCKED and CANCELLED. You can create your own account statuses with the Create status endpoint.

groupstring

Account status group

Example response

[
  {
    "id": 1234567890,
    "name": "NORMAL",
    "group": "BLOCKED"
  }
]