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

# Sandbox KYC Test Cases

## KYC Test Scenarios

The test data below can be used in your sandbox workspace so you can test out the various KYC verification flows described in the [KYC/KYB Verification](/docs/kyc-kyb-verification) guide.

| Customer Resource                                                                                                                                                                                                                                                                                                                                                                | Verification Request                                          | Expected Outcome |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ---------------- |
| \{"first\_name":"Jerri","last\_name":"Hogarth","legal\_address":\{"address\_line\_1":"12620 PADDINGTON AVE","city":"New York","state":"NY","postal\_code":"10001","country\_code":"US"},"dob":"1976-08-09","ssn":"293-00-1642","email":"[hogarthandassoc@example.com](mailto:hogarthandassoc@example.com)","phone\_number":"+12125554549","is\_customer":true,"status":"ACTIVE"} | \{"person\_id":"\{\{customer\_id}}","customer\_consent":true} | `ACCEPTED`       |
| \{"first\_name":"Jane","last\_name":"Doe","legal\_address":\{"address\_line\_1":"12620 PADDINGTON AVE","city":"New York","state":"NY","postal\_code":"10001","country\_code":"US"},"dob":"1976-08-09","ssn":"123-45-7812","email":"[hogarthandassoc@example.com](mailto:hogarthandassoc@example.com)","phone\_number":"+12125554549","is\_customer":true,"status":"ACTIVE"}      | \{"person\_id":"\{\{customer\_id}}","customer\_consent":true} | `REVIEW`         |
| \{"first\_name":"Jerri","last\_name":"Hogarth","legal\_address":\{"address\_line\_1":"12620 PADDINGTON AVE","city":"New York","state":"NY","postal\_code":"10001","country\_code":"US"},"dob":"1976-08-09","ssn":"555-55-1111","email":"[hogarthandassoc@example.com](mailto:hogarthandassoc@example.com)","phone\_number":"+12125554549","is\_customer":true,"status":"ACTIVE"} | \{"person\_id":"\{\{customer\_id}}","customer\_consent":true} | `REJECTED`       |
