Quick links

Quickstart GuideAPI reference 66 endpointsAuthentication GuideScopes & presets 32 scopesToken lifecycle GuideErrors ReferenceToken console Tool
Merchant API · v1Production ready

Build the
recurring layer.

One secure API for vouchers, memberships, loyalty, merchant operations, and the experiences that keep customers coming back.

66Scoped endpoints
32Explicit scopes
5Access presets
vouchers:read
memberships:issue
curl https://api.usevouchify.com/api/v1/merchant/stats \
  -H "Authorization: Bearer ${VOUCHIFY_TOKEN}"
200 OK184 ms
{
  "status": "connected",
  "auth": "api-token",
  "scope": "dashboard:read"
}
SHA-256 hashed
Live policy checks

One integration surface

Everything your business model needs.

From a voucher read to a membership issuance, each action is protected by explicit scopes and the merchant's live permissions.

Two credentials. Clear boundaries.

The right identity
for every action.

01 / Machine access

Merchant API token

Long-lived, explicit, and scoped for server-to-server business operations.

  • Format vou_…v1
  • Up to five records per merchant
  • One-time plaintext delivery
Read the API-token model
VS
02 / Interactive access

Interactive JWT

Short-lived user identity for sensitive account, payment, security, and token management.

  • Email + six-digit OTP
  • Required for token administration
  • Bypasses token scope metadata
See JWT-only operations

API surface

Organized around your work.

View all 66 endpoints

From zero to request

Three moves.
No mystery.

Use the token console to turn an interactive merchant session into a least-privilege integration credential.

Launch the console
  1. 01
    Verify the merchant

    Enter the owner email and the six-digit OTP. The JWT stays in memory only.

  2. 02
    Design least privilege

    Start with a preset, inspect every explicit scope, and set a deliberate expiry.

  3. 03
    Ship and rotate

    Copy the one-time secret into your secret manager and rotate on your schedule.

The recurring economy starts here

Build something customers
choose again.

Precise authentication. Explicit scopes. A reference that stays out of your way.

Start building Read the reference