v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accounts

List transaction banking account status reasons

List transaction banking account status reasons.

get/corporate/v1/corporate-account-status/reasons

Query parameters

nextCursorstring

Cursor value used to get the next page

maxItemsinteger

Number of items on current page

pageinteger

Requested page

perPageinteger

Items per page

namestring

Filter by reason name

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

If true, there are more items in the next request (retrieved using the next_cursor value). If false, this is the last page of the results.

countinteger

Number of items on the current page

current_pageinteger

Current page

per_pageinteger

Maximum items per page

pagesinteger

Total pages

total_itemsinteger

Total items

Example response

{
  "next_cursor": "MEgCQQCo9+BpMRYQ/dL3DS2CyJxRF+j6ctbT3/Qp84+KeFhnii7NT7fELilKUSnxS30WAvQCCo2yU1orfgqr41mM70MBAgMBAAE=",
  "has_next": true,
  "count": 100,
  "current_page": 1,
  "per_page": 100,
  "pages": 100,
  "total_items": 500,
  "items": [
    {
      "reason_id": 1234567890,
      "name": "Unblocked",
      "description": "Unblocked account after settling the account.",
      "state": "ACTIVE",
      "reason_external_id": "CREDIT_ONLY"
    }
  ]
}