Using the Sandbox Data and API
The sandbox environment provides a controlled testing ground with predefined test data to help you validate your integration. While it closely mirrors the production environment, there are some key differences you should be aware of.
Make sure to review the available test data before starting your integration. The test data covers various scenarios to help you validate different use cases.
Key Testing Guidelines
Name Matching Rules
- Family name matching is the primary identifier in sandbox mode
- Matching is case-insensitive
- Example: “Smith”, “SMITH”, and “smith” are treated as equivalent
Automatic Pass Feature
To force a successful verification for any test subject:
Special Result Types
The sandbox supports different verification outcomes based on test data markers:
- CLEAR: Clean record
- PEP: Politically Exposed Person
- SANCTION: Sanctions list match
- FRAUD: Fraud indicators present
Records marked as SKIP will fetch detailed results from an external test service, providing comprehensive response data.
Response Types Example
For more advanced testing scenarios and error simulation, check out our guide on Forcing Errors in Test Scenarios.