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

Response Types Example

1{
2 "status": "clear",
3 "verification_id": "ver_123456789",
4 "created_at": "2023-01-01T00:00:00Z"
5}

For more advanced testing scenarios and error simulation, check out our guide on Forcing Errors in Test Scenarios.

Built with