Skip to main content

Authentication

The API supports two auth models:

JWT (Dashboard / Human login)

Use JWTs for profile, bank verification, transactions, and other dashboard actions. Header
Authorization: Bearer <token>

API Key (Server‑to‑Server)

Use API keys for payment processing, virtual account creation, and withdrawals. Header
x-api-key: nexa-prod-... or nexa-test-...