v1

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

List statuses

List account statuses registered for the organization. The org ID is parsed from the access token.

get/accounts/v4/statuses

Query parameters

nextCursorinteger
Example:30

Cursor for pagination

maxItemsinteger
Example:100

Number of items on current page. 200 maximum. Default is 200.

pageinteger

Requested page

perPageinteger

Items per page

namestring
Example:NORMAL

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

state'' | 'BLOCKED' | 'UNBLOCKED'
Example:BLOCKED

Is card blocked or not in the network brand?

When empty, it means the network did not successfully receive the action.

Response

OK

next_cursorstring nullable

Cursor value for the next page

has_nextboolean

Whether there are more pages after the current page (true) or not (false).

countinteger

Number of items on the current page

Example response

{
  "next_cursor": "MEgCQQCo9+BpMRYQ/dL3DS2CyJxRF+j6ctbT3/Qp84+KeFhnii7NT7fELilKUSnxS30WAvQCCo2yU1orfgqr41mM70MBAgMBAAE=",
  "has_next": true,
  "count": 100
}