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

# Account Application Testing

# Account Application Testing

In the Sandbox environment, you can use the following details to simulate application statuses that may occur in the course of Production use.

## Business Application Testing

To manually trigger a status for business account applications, the first digit of the `tin` field of **each** [Person Application object](/reference/person-application) **and** the `tin` property of the [Business Application object](/reference/business-application) submitted with the application must be set to one of the following values **before** submitting the [Account Application](/reference/account-application). Note that all of the `tin` properties must be set to the same value.

An `x` indicates any digit.

| Status        | Test TIN     |
| ------------- | ------------ |
| Approved      | `1x-xxxxxxx` |
| Manual Review | `2x-xxxxxxx` |
| Processing    | `3x-xxxxxxx` |
| Rejected      | `4x-xxxxxxx` |
| Submitted     | `5x-xxxxxxx` |

## Personal Application Testing

To manually trigger a status for a personal account application, the first digit of the `tin` property of **each** [Person Application object](/reference/person-application) submitted with the application must be set to one of the following values **before** submitting the [Account Application](/reference/account-application). Note that all of the `tin` properties must be set to the same value.

An `x` indicates any digit.

| Status        | Test TIN      |
| ------------- | ------------- |
| Approved      | `1xx-xx-xxxx` |
| Manual Review | `2xx-xx-xxxx` |
| Processing    | `3xx-xx-xxxx` |
| Rejected      | `4xx-xx-xxxx` |
| Submitted     | `5xx-xx-xxxx` |
