Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
FYATU API v3.20
Beta — API v3.20 is currently in beta. V3 remains fully supported and will not be deprecated.
Quick Start
Get up and running with your first V3.20 API call
Authentication
Secure authentication with scoped access tokens
API Reference
Explore all available V3.20 endpoints
Webhooks
Real-time event notifications
What’s New in V3.20
Simplified Authentication
Simplified Authentication
V3.20 uses a single set of API credentials (
businessId + secretKey) that covers all card operations. One token, one credential set.Card Programs
Card Programs
Read your card program details via API. A Card Program defines the contractual terms (pricing, currencies, card brands) available to your business. Programs are created and configured in the FYATU Dashboard.
Product-Based Card Issuance
Product-Based Card Issuance
Cards in V3.20 are issued against a Card Product (
productId). A product encapsulates all card settings — brand (Visa/Mastercard), currency, spending limits, 3DS, tokenization, and JIT controls. You define your products in the Dashboard; the API resolves all settings automatically at issuance.Scope-Based Access Control
Scope-Based Access Control
V3.20 tokens carry fine-grained scopes (e.g.,
cards:read, cards:write, cardholders:read). Request only the scopes your integration needs. Tokens with restricted scopes reduce your attack surface.Webhook Configuration
Webhook Configuration
Manage your webhook URL and signing secret directly via the V3.20 webhooks API. One webhook endpoint receives all card and cardholder events.
Base URL
Available Scope Sets
| Scope | Access |
|---|---|
cards:read | View cards and card transactions |
cards:write | Create, fund, freeze, unfreeze, replace, delete cards |
cardholders:read | View cardholders |
cardholders:write | Create, update, delete cardholders; initiate KYC |
programs:read | View card programs and products |
account:read | View wallet, transactions, pricing, statement |
webhooks:read | View webhook configuration |
webhooks:write | Update webhook URL, regenerate secret, send test |
Getting Started
Create Account
Sign up at web.fyatu.com/auth/register
Set Up a Card Program
Create a Card Program from your Business Dashboard. Configure card products with your desired settings (brand, currency, limits, 3DS).
Ready to start?
Follow the quickstart guide to make your first V3.20 API call

