Explore Knowledge Base

Account statuses

26. 12. 2024

Accounts (wallets) can have the following statuses:

Status

Transition

Description

Active

Inactive

Closed

active:true

Accounts can be activated by business users – account owners, or by service users with appropriate permissions.

All operations are allowed according to the contract.

Inactive

Active

active:false

deactivationReason – any value from the following:

identification_declined, user_banned, account_closed, other

Accounts can be deactivated by business users – account owners, or by service users with appropriate permissions.

deactivationReason can be specified only by service users.

Incoming operations to the account are allowed, but outgoing operations from the account are forbidden.

Closed

active:false

deactivationReason:account_closed

Accounts can be closed only by business users – account owners.

All operations are forbidden.

API to change the wallet status by wallet owner

API to change the wallet status by service user

API to close account