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

# Testing

PearCheck has a SANDBOX mode which you can use for testing. This mode always returns dummy data. Different requests generate different kinds of responses allowing you to test all possible scenarios.

| Request Details                                   | Response   |
| :------------------------------------------------ | :--------- |
| REQUEST-1                                         | `DECLINED` |
| REQUEST-2                                         | `REVIEW`   |
| It shouldn’t be similar to Request 1 or Request 2 | `APPROVED` |

If any field from REQUEST-1 is part of the request, the response will be DECLINED.

If any field from REQUEST-2 is part of the request, the response will be REVIEW.

If any field from REQUEST-1 or REQUEST-2 is not part of the request, the response will be APPROVED.

## REQUEST-1

Response from this request will be `DECLINED`

| Data Key                  | Data Value                                                      |
| :------------------------ | :-------------------------------------------------------------- |
| first\_name               | John                                                            |
| last\_name                | Doe                                                             |
| date\_of\_birth           | 1900-01-01                                                      |
| phone\_number             | +19999999999                                                    |
| email\_address            | [john.doe@test.com](mailto:john.doe@test.com)                   |
| ip\_address               | 0.0.0.0                                                         |
| identity\_number          | XXXXXXX0 or XXXXXXXA or XXXXXXXa (any string ending in 0, A, a) |
| identity\_document\_front | DECLINED\_ID\_CARD (see below) (please download the ID card)    |
| selfie                    | DECLINED\_SELFIE (see below) (please download the selfie)       |

### DECLINED\_ID\_CARD

<img className="block" src="https://mintcdn.com/pearcheck/zF3Y74msr0blFb8v/images/testing/id_card_declined.jpeg?fit=max&auto=format&n=zF3Y74msr0blFb8v&q=85&s=6161e4cae9b12530d3b6d677bd328718" alt="" width="400" height="252" data-path="images/testing/id_card_declined.jpeg" />

### DECLINED\_SELFIE

<img className="block" src="https://mintcdn.com/pearcheck/zF3Y74msr0blFb8v/images/testing/selfie_declined.jpeg?fit=max&auto=format&n=zF3Y74msr0blFb8v&q=85&s=9d99f0ce6bee34f58c4e9e0fe337bc68" alt="" width="1980" height="1320" data-path="images/testing/selfie_declined.jpeg" />

## REQUEST-2

Response from this request will be `REVIEW`

| Data Key                  | Data Value                                                      |
| :------------------------ | :-------------------------------------------------------------- |
| Data Key                  | Data Value                                                      |
| first\_name               | Jane                                                            |
| last\_name                | Johnson                                                         |
| date\_of\_birth           | 1901-01-01                                                      |
| phone\_number             | +18888888888                                                    |
| email\_address            | [jane.johnson@test.com](mailto:jane.johnson@test.com)           |
| ip\_address               | 1.1.1.1                                                         |
| identity\_number          | XXXXXXX1 or XXXXXXXB or XXXXXXXb (any string ending in 1, B, b) |
| identity\_document\_front | REVIEW\_ID\_CARD (See below) (please download the ID card)      |
| selfie                    | REVIEW\_SELFIE (See below) (please download the selfie)         |

### REVIEW\_ID\_CARD

<img className="block" src="https://mintcdn.com/pearcheck/zF3Y74msr0blFb8v/images/testing/document_review.jpg?fit=max&auto=format&n=zF3Y74msr0blFb8v&q=85&s=bb501c4ef095e78af3704381d38da3e9" alt="" width="679" height="432" data-path="images/testing/document_review.jpg" />

### REVIEW\_SELFIE

<img className="block" src="https://mintcdn.com/pearcheck/zF3Y74msr0blFb8v/images/testing/selfie_review.jpeg?fit=max&auto=format&n=zF3Y74msr0blFb8v&q=85&s=7106c6780f8d53ba7cbec17d8005ae70" alt="" width="1920" height="1080" data-path="images/testing/selfie_review.jpeg" />
