Skip to main content

How does sandbox mode work?

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

Jaye Hackett avatar
Written by Jaye Hackett
Updated over 3 weeks ago

To use API in sandbox mode, you just need a sandbox client secret. It will start with sandbox-.


Otherwise, you can call the API in exactly the same way.

In sandbox mode, endpoints 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

Not every endpoint supports sandbox mode. Check the API reference for details.

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?