Skip to main content

How does sandbox mode work?

You can integrate with Vouchsafe in a safe environment using sandbox API endpoints

Jaye Hackett avatar
Written by Jaye Hackett
Updated today

Sandbox endpoints all start with:

app.vouchsafe.id/api/v1/sandbox

To use API in sandbox mode, you will need a sandbox secret. Live secrets will not work.

The sandbox provides the same dummy endpoints as the live API and will validate the data you provide with your requests as normal, but:

  • they return test data

  • they do not process real verifications

  • they do not send real emails or text messages

  • are free to use

You can simulate retrieving different kinds of case by providing these IDs:

ID

Outcome

111

New case with everything to do

222

User steps completed, will finish shortly

333

Verified automatically

444

Needs review

Did this answer your question?