v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Statuses 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

reason_idinteger required

ID of the reason why the account is in its current status. You can create reasons with the Create status reason endpoint.

descriptionstring required

Description of the reason for the account status

account_status_idinteger

Account status ID

codestring

Customer-provided external ID code

show_userboolean

Should reason be shown to the user?

Example response

[
  {
    "reason_id": 123,
    "description": "Registration restrictions",
    "account_status_id": 1234567890,
    "code": "11"
  }
]