Issue Cards.Spend Stablecoins.Go Global.
Issue Visa credit cards funded by stablecoins. Go live in under 30 days, with compliance, BIN sponsorship, and global Visa acceptance built in.

SUPPORTED NETWORKS · STABLECOINS
The stablecoin rail powering zelt cards.
Networks
Stablecoins accepted
PLATFORM
One platform. Full control.
Everything you need to issue, manage, and scale your card program, all in one dashboard.
HOW IT WORKS
Launch in four steps
From application to first card issued. Typically 30 days, including Visa certification.
Apply & Integrate
Submit your company profile. Our compliance team runs KYB and onboards you in days, not months. API keys delivered instantly.
Configure your program
Set spending limits, choose virtual or physical cards, enable Apple Pay / Google Pay. Full control via dashboard or API.
Onboard your users
Use our KYC-as-a-Service (powered by Sumsub) or delegate to your own KYC provider. Issue cards in seconds via a single API call.
Go live & scale
Cards accepted in 150+ countries. Stablecoin balance auto-converts at point of sale. Real-time webhooks, transaction monitoring, and chargeback management included.
FEATURES
Built for every layer of your card program
Card Issuance
Issue virtual and physical Visa cards instantly via API. Custom branding, Apple Pay, Google Pay, and real-time controls included from day one.
- Virtual cards in seconds via API
- Physical cards with custom branding
- Apple Pay & Google Pay ready
Logo
KYC/AML & Compliance
Full compliance stack out of the box. KYC-as-a-Service powered by Sumsub, on-chain AML monitoring, and OFAC screening. Plug in your own provider or use ours.
- KYC-as-a-Service (Sumsub)
- On-chain AML + OFAC screening
- Delegate or self-serve compliance
API-First Infrastructure
REST API and webhooks built for developers. Card issuance, spend controls, real-time transaction streaming, and an iFrame widget to reduce your PCI scope.
- Full REST API + webhook events
- Real-time transaction streaming
- iFrame widget for PCI scope reduction
DEVELOPER API
Built for builders.
REST API and SDKs that feel like fintech, not legacy financial middleware. Ship your card program with a few hundred lines of code.
"color:rgba(255,255,255,0.45)">// Issue a virtual card in secondsconst card = await zelt.cards.issue({program_id: "prg_xyz123",cardholder: {name: "Satoshi Nakamoto",kyc_status: "approved",},funding: {currency: "USDC",chain: "ethereum",spend_limit: 5000_00,},type: "virtual",});console.log(card.id); "color:rgba(255,255,255,0.45)">// crd_8f2a...console.log(card.pan_masked); "color:rgba(255,255,255,0.45)">// ****4821console.log(card.status); "color:rgba(255,255,255,0.45)">// "active""color:rgba(255,255,255,0.45)">// Listen for real-time eventszelt.webhooks.on("card.transaction.approved", (event) => {console.log(event.amount, event.merchant);});
GET STARTED
Ready to launch your card program?
Talk to our team. We'll walk you through the integration, licensing path, and get you a sandbox within 24h.