Testing a watchlist verification in Sandbox
This guide will explain how to test the watchlist verification without incurring charges in the Sandbox environment.
You can test the watchlist verification service in the Sandbox environment without incurring charges.
In Sandbox, we simulate responses based on predefined values for first name
, last name
and born_on
. No real verification is performed, but the experience closely mirrors production behavior.
To simulate a result, use one of the predefined identity information sets below. The status will depend on the simulation you choose.
Status simulation | First name | Last name | Born on |
---|---|---|---|
verified | John | Doe | 1980-01-01 |
failed - only listed on PEP list (Politically Exposed Persons) | John | Smith | 1980-01-01 |
failed - only listed on sanctions lists | Jane | Doe | 1980-01-01 |
failed - listed on sanctions and PEP (Politically Exposed Persons) lists | Jane | Smith | 1980-01-01 |
ℹ️ If you use any values other than the predefined information, the API won’t recognize them and won’t process the simulation.
Updated 2 days ago