vouchID Logo

vouchIDDocs

Documentation is subject to change as we continue to harden the product.

Getting Started

This guide covers the minimum setup required to integrate vouchID and obtain the keys you'll use in the widget quickstart.

Prerequisites

  • A vouchID Console account
  • A backend where you can store secrets

Quick Start

1. Create a Console Account

First, sign up in the vouchID Console (formerly the Developer app) at console.vouchid.co (or http://localhost:3006 for local development). The Console now includes org management, team invites, API keys, webhooks, and the new monitoring views.

2. Create an Organization

Organizations help you manage multiple applications and team members.

3. Create an Application

Each app you integrate with vouchID should have its own application entry. This is where you'll configure webhooks, environments, and provider settings.

4. Get Your Keys

You will use two keys:

  • Platform Key (Public) - used in the iframe URL / SDK initialization
  • Application API Key (Secret) - used by your backend to validate tokens and call vouchID APIs

If your account is gated/beta and you don't see keys yet, contact support to be provisioned.

⚠️ Important

Keep secret keys secure and never commit them to version control. Use environment variables to store sensitive credentials.

Next Steps