Create Account
Sign up anonymously. email, no phone, no personal data required.
No KYC, no identity, no paperwork. Fund with crypto, add to Apple Pay & Google Pay, and tap to pay at any store — fully anonymous.
Four steps. No paperwork, no waiting, no verification calls.
Sign up anonymously. email, no phone, no personal data required.
Send any supported cryptocurrency to your unique deposit address.
Pick your BIN, set funding amount. Card is generated instantly.
Use online or add to Apple Pay / Google Pay to pay in-store with your phone. Or fund bulk accounts.
No tiers, no monthly fees, no hidden charges. Every feature unlocked
from day one.
Flat fee per card issued
No monthly subscriptionWhen funding your wallet
No hidden chargesPay only when you create a card. Unused balance is always refundable.
Full card lifecycle management via REST API. Issue hundreds of cards programmatically with a single integration.
# Create a virtual card
curl -X POST https://api.cashercard.com/v1/cards \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"bin_id": "491653",
"amount": 500,
"currency": "USD",
"label": "Ad Spend #42"
}'
# Response
{
"id": "card_8f2k9d3m",
"number": "4916 5312 8847 2039",
"exp": "12/28",
"cvv": "***",
"balance": 500.00,
"status": "active"
}We support major networks including Bitcoin, Ethereum (ERC20), BNB Smart Chain (BEP20), and Tron (TRC20). You can deposit popular assets like BTC, ETH, USDT, and USDC.
Yes, you can customize and set daily, weekly, or total spending limits for each virtual card directly from your dashboard at any time.
Yes, our platform allows you to create and manage multiple sub-accounts simultaneously, making it easy to track spending across different teams or ad campaigns.