v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBStatuses 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
Example response
{
"next_cursor": "MEgCQQCo9+BpMRYQ/dL3DS2CyJxRF+j6ctbT3/Qp84+KeFhnii7NT7fELilKUSnxS30WAvQCCo2yU1orfgqr41mM70MBAgMBAAE=",
"has_next": true,
"count": 100
}