Accounts
Update account
Suspend, close, or re-activate an account by transitioning its status. Allowed: active→suspended/closed, suspended→active (re-activate) or closed, pending→closed. The KYB-gated pending→active step is not settable here (activation happens after KYB approval); closed is terminal. A PATCH to the current status is a no-op that returns the record; an invalid transition returns 409.
PATCH
Update account
Authorizations
Enter Auth0 JWT token
Path Parameters
Body
application/json
Lifecycle transition (suspend or close the account)
Available options:
active, suspended, closed Example:
"suspended"
Response
Available options:
master, sub ISO-3166 alpha-2
Example:
"SN"
Account record id
The master that owns this account. Derived from the API key.
Available options:
pending, active, suspended, closed Update account