Waldo AI Docs
Dashboard
  • Meet Waldo AI
  • Quick Start
  • Getting Started
  • Guides
    • Authentication process
  • Features
    • Overview
    • Onboarding
    • Fraud Evaluation
    • Express KYC
    • Document Upload
    • Deep Background Check
    • Webhooks
    • Sandbox
  • API Reference
    • Authentication
    • Customer Onboarding
    • KYC History
    • Get Customer
    • Document Upload
    • Check Fraud
    • Fraud History
    • Flag Customer
  • General Information
    • Data Sources
Powered by GitBook
On this page
  1. Features

Sandbox

PreviousWebhooksNextAuthentication

Last updated 6 months ago

Waldo AI currently offers sandbox access to support the API integration. Read the notes below to know what to expect.

How to use the Waldo sandbox

The sandbox is currently available only for API requests. Meaning that any activity in the sandbox mode is not visible on Waldo dashboard (e.g. customers).

First, you should have an organization created on Waldo dashboard, and also must be authorized by Waldo staff.

Once you meet these requirements, you can create your organization's API keys on .

The API keys section will be filled with two sets:

  • production mode API keys

  • sandbox mode API keys

The API keys have a bit of semantic strings:

  • sandbox. - these strings are particular to sandbox mode

  • wk. - stands for waldo key

  • ws. - stands for waldo secret

In addition to the production webhooks, you can also set up the sandbox webhooks.

Note that the you have the option to change or activate/deactivate production mode API keys, but not the sandbox API keys.

Sandbox mode limitations

  • The API requests made in sandbox mode follow the logical process just like in the production mode, but the responses are generic and the actual evaluations will differ in production mode.

Waldo API endpoint is the same for both production and sandbox:

In addition to the API sandbox, you might want to test the webhooks during the development. Because we don't offer sandbox mode on the dashboard, we recommend you to validate your webhooks using the tool provided on the API Integration page from Waldo dashboard, as mentioned in this documentation, on the .

https://api.waldo.ai
webhooks section
Waldo dashboard
API Integration - Waldo AI dashboard
Testing webhooks integration -Waldo AI dashboard