v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBStatuses and reasons
List status reasons V1 (deprecated)
List available reasons for the specific account status, with several filtering options.
get/accounts/v1/accounts-status/reasons
Query parameters
showUserboolean
Filter by "show to user" flag
accountStatusIdinteger
Example:123
Account status ID filter
accountStatusNamestring
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.
descriptionstring
Example:Restrictions
Account reason description filter
Response
OK
Example response
[
{
"reason_id": 123,
"description": "Registration restrictions",
"account_status_id": 1234567890,
"code": "11"
}
]