Accounts
Suspending and reactivating accounts
Learn about suspending and reactivating accounts
You can neither suspend nor reactivate the parent account. The parent account is the account directly tied to your business. You can only suspend accounts that you created via the API or your Nomba dashboard
PUT /v1/accounts/suspend/{accountId}
Suspending Accounts
Path parameters
accountId
string
Account ID of the account to be suspended.
Response body
code
string
requiredResponse code
description
string
requiredResponse description
data
boolean
requiredIs account suspended?
PUT /v1/accounts/reactivate/{accountId}
Reactivating Accounts
Request body
accountId
string
Account ID of the account to be reactivated.
Response body
code
string
requiredResponse code
description
string
requiredResponse description
data
boolean
Is account reactivated?