> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AccountStatus

> Tracks the boarding process status for an acceptor account.

`ENUM`

Tracks the boarding process status for an acceptor account.

## Values

<ResponseField name="ON_HOLD" type="enum">
  The onboarding process is temporarily paused, possibly due to missing information, compliance
  issues, or other reasons.
</ResponseField>

<ResponseField name="ONBOARDED" type="enum">
  The account has been successfully set up, and the customer is now fully onboarded and can start
  processing payments.
</ResponseField>

<ResponseField name="ONBOARDING" type="enum">
  The configuration of the acceptor account settings, including payment gateway parameters, merchant
  details, and transaction processing settings, is actively underway but has not yet been completed.
</ResponseField>
