v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccounts
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
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"
}
]
}