Overview

This Axys API Reference section documents every published endpoint in the Program-level API: operations grouped across Cardholder Management, Cardholder Compliance, Card Deposit Channels, Card Management, Card Security, Card Transactions, Wallet Management, and Wallet Transactions.

This page provides orientation for the API Reference section. If you've arrived here before reading the conceptual documentation, the links below are the right starting points.

Before you use the Reference

The API Reference section assumes you understand:

Endpoint groups

GroupWhat it covers
Cardholder ManagementCreate, retrieve, edit, update, and delete Cardholders; list with filters
Cardholder ComplianceSubmit to compliance, retrieve/refresh KYC URL, manage compliance lifecycle
Card Deposit ChannelsRegister bank accounts for fiat deposits (register wallet address: deprecated)
Card ManagementIssue virtual/physical Cards, retrieve Card data (masked and sensitive), get status and balance, update alias/limits
Card TransactionsGet filtered Card transactions, Card fees; bank-deposit trace notifications (blockchain deposit: deprecated)
Card SecurityActivate a Card, update PIN, block/unblock, subscribe to 3-DS OTP
Wallet ManagementCreate Wallets, retrieve individual Wallets and full wallet list
Wallet TransactionsTransfer funds from Wallet; bank-deposit trace notifications (blockchain deposit: deprecated)

Deprecated endpoints

Three endpoints are deprecated and should not be used in new integrations. They remain functional for existing integrations with replacement guidance noted in the Reference itself:

Deprecated endpointReplaced by
POST /cardholders/{cardholderId}/register-wallet-addressAutomatic per-Card Deposit Address generation at issuance
POST /cards/{cardId}/depositAutomatic multi-chain STP — no call needed
POST /wallets/{walletId}/depositAutomatic multi-chain STP — no call needed

See Versioning & Deprecations for the full context.

Account Management

The Account Management layer covers Programs, Card Designs, API Users, certificates, the IP allowlist, fee configuration, support tickets, and billing. It operates on separate, non-publicly-exposed endpoints available only to Tenants with production API Keys. It is not part of this API Reference section. See API Users, Tenants & Programs.

Reference supplements

The following pages complement the endpoint Reference with lookup tables, definitions, and a data model:

PageWhat's in it
IndexAlphabetical index of fields, endpoints, concepts, and terms
GlossaryDefinitions for every term used across this documentation
Statuses & EnumsEvery integer enum across the API — Cardholder status, Card status, currency, gender, etc.
Errors & Status CodesHTTP status code reference with API-specific context (under Guides)
Data Model & Object ReferenceER diagram + field-level tables for every API object
ISO Code ConventionsCountry codes, calling codes, currency conventions
Support TicketsThe platform's integrated support ticketing system
Versioning & DeprecationsVersion policy and current deprecations (under Guides)