Use this file to discover all available pages before exploring further.
This guide walks you through the core Partner API flow: creating a cardholder, completing KYC, and issuing a card.
Prefer to run a working example?Download the sample demo app — a self-contained Bun + React project that walks through every step in this guide against the sandbox. Extract it, add your CONTRO_API_KEY to .env, and run bun install && bun run dev.
A Contro partner account with sandbox API keys (sk_test_*)
The Contro SDK installed, or a tool for making HTTP requests (cURL, Postman)
1
Authenticate
Set your API key. All examples below use the sandbox key.
export CONTRO_API_KEY="sk_test_your_key_here"
2
Create a KYC session
Register an end user by first creating a hosted KYC session. The user completes identity verification on the Contro-hosted page. See Cardholders for all KYC options.