COMPANY detail

Crossmint Agentic Card
Equip agents with any card, securely.

/

Card Fallback

ONE COMMAND TO GET STARTED.

$ git clone https://github.com/Crossmint/card-permissions-quickstart.git && cd card-permissions-quickstart && pnpm install
Doc

CARD FEATURE OVERVIEW.

CARD NAME
CROSSMINT AGENTIC CARD Badge
DETAILS
SETUP & MONTHLY FEES
?
The cost to maintain the agent's card.
Custom
CASHBACK & REWARDS
?
The percentage user earns back on the AI's spending.
YES
FUNDING SOURCE
?
How you loads the money (e.g., Stablecoins, Fiat Credit Line, Crypto Collateral).
Fiat Credit Line
IDENTITY REQUIREMENT
?
What is needed to open the account (e.g., Human KYC, Business KYB, None).
KYC
SPEND LIMITS & CONTROLS
?
Can you set hard daily/monthly dollar caps?
YES
MERCHANT WHITELISTING
?
Can you restrict the AI to only buy from specific websites/categories?
YES
HUMAN APPROVAL REQUIRED
?
Can it be set to ask you for permission before spending?
OPTIONAL
SUPPORTED AI FRAMEWORKS
?
Which AI systems it plugs into natively (e.g., LangChain, OpenAI, Claude, Any).
YES
SUPPORTED CURRENCIES
?
The specific coins or fiat the agent is allowed to spend (e.g., USDC, USDT).
USD
HARDWARE WALLET SUPPORT
?
Can a physical cold wallet (like Ledger) act as the master override key?
No
REAL-TIME ALERTS
?
Do you get an instant notification/log when the AI swipes?
Yes
CUSTODY TYPE
?
Who holds the keys (e.g., Self-Custodial, Platform Managed).
Custodial
PAYMENT NETWORK
?
The underlying rail the AI uses to pay (e.g., Visa, Mastercard, Web3 Native).
Visa, Mastercard, Amex
GEOGRAPHIC AVAILABILITY
?
Supported region to get the card.
US, EU
Last Updated: Jul 6, 2026

System Integration & Commands

  • QUICKSTART (Reference App):

git clone https://github.com/Crossmint/card-permissions-quickstart.git && cd card-permissions-quickstart && pnpm install && pnpm dev

  • WHITE-LABEL SDK:

Integrate as a tool or skill in any agent framework. PCI-compliant iframe (CrossmintPaymentMethodManagement component) for card capture. No card data touches your servers.

Card Network Support

  • VISA VIC (Intelligent Commerce):

Device-provisioned tokens (DPANs) bound to Crossmint. One-time TAVV cryptograms per transaction. Currently eligible: US-issued consumer Visa credit/debit cards only. NOT supported for Visa VIC: non-US cards, business cards, prepaid cards, Chase cards, Fidelity cards.

  • MASTERCARD AGENT PAY:

Scoped agent payment credentials on Mastercard rails. Card permissions tied to specific agent identity in the card network. Eligible: Mastercard credit/debit cards.

  • AMEX:

Available — contact Crossmint for eligibility. Also: Ramp cards available via contact.

Visa
VIC (US consumer only)
Mastercard
Agent Pay
Amex
Contact for eligibility
Ramp Cards
Contact
Not Eligible (Visa)
Non-US, business, prepaid, Chase, Fidelity

THE REAL STORY ON THIS CARD.

PROS
[ STRENGTHS ]
  • thumbs-up-fill Rewards pass through — every agent transaction earns the user's original card rewards (points, miles, cashback) because the charge runs on their real card. No other agent card provider preserves user rewards.
  • thumbs-up-fill Cards from all three major networks — Visa VIC, Mastercard Agent Pay, and Amex (contact for eligibility). The only agent card product covering all three networks.
  • thumbs-up-fill Fully white-label — embed card permissions as a tool or skill in any agent framework via SDK. PCI-compliant iframe for card capture. No Crossmint branding required.
  • thumbs-up-fill Enterprise-grade compliance: SOC2 Type II, MiCA-authorized (all 27 EU countries), licensed across all US states including New York, 160+ countries for payouts.
  • thumbs-up-fill 40,000+ enterprises and developers trust Crossmint — backed by Ribbit Capital, Franklin Templeton, Lightspeed. Proven infrastructure at scale.
  • thumbs-up-fill Complete agentic payments suite: cards + stablecoin wallets + onramps + commerce APIs (Amazon, Shopify) from one platform.
CONS
[ LIMITATIONS ]
  • thumbs-down-fill Not self-serve — pricing is "Contact Sales" only, no free tier for cards, no public per-transaction pricing. Requires an enterprise sales conversation.
  • thumbs-down-fill White-label infrastructure, not a turnkey consumer product — Todey must build the card enrollment UI, spending rules interface, and agent integration themselves.
  • thumbs-down-fill Visa VIC limited to US-issued consumer cards only (no business/prepaid/Chase/Fidelity cards). Non-US Visa cards not supported for VIC.
  • thumbs-down-fill Agentic Cards is one product within Crossmint's broader stablecoin platform — the company's focus is on infrastructure, not a dedicated agent card consumer experience.
  • thumbs-down-fill Cards are single-use, expiring in minutes — no reusable persistent card option for agents that need ongoing access to the same merchant.

GENERAL QUESTIONS.

Crossmint Agentic Cards is a white-label SDK designed to be embedded as a tool or skill in any agent framework — OpenAI, Anthropic, LangChain, CrewAI, OpenClaw, custom agents. The SDK provides PCI-compliant iframe components (CrossmintPaymentMethodManagement) for card capture, REST APIs for card permissions and credential fetching, and sample integration apps. Authentication is via Crossmint API keys bridged with your auth provider (Stytch in the quickstart, bring-your-own). The reference app at github.com/Crossmint/card-permissions-quickstart demonstrates the full flow in a Next.js app.

Humans set spending rules at the order intent level: maxAmount (e.g., $150), period (per-transaction, daily, weekly, monthly), merchant category restrictions, and a free-text description of the intent. These rules are enforced when the agent requests a credential — the credential is minted with those caps encoded and cannot exceed them. The agent never sees the real card number — only a scoped, single-use virtual credential that expires in minutes. Users can revoke any agent's access instantly with one click. Card verification for agentic use requires a one-time email code + FIDO2 passkey ceremony, adding a second factor before any agent can spend.

Crossmint Agentic Cards uses enterprise (Contact Sales) pricing — there is no public self-serve tier, free plan, or per-transaction fee listed. Wallets start at free (1,000 Monthly Active Wallets) with $0.05/MAW overage. On/off-ramps and checkout are per-transaction with tiered volume discounts. Orchestration is per-transaction with custom pricing. Agentic Cards pricing is not publicly disclosed — contact Crossmint sales for a quote. Standard card network processing fees pass through to the user's card as with any charge.

Install the SDK: pnpm add @crossmint/client-sdk-base. For a runnable reference app: git clone https://github.com/Crossmint/card-permissions-quickstart.git && cd card-permissions-quickstart && pnpm install && pnpm dev. You'll need a Crossmint staging API key from staging.crossmint.com/console and an auth provider (Stytch is used in the quickstart, but you can bring your own). The SDK provides a PCI-compliant iframe component (CrossmintPaymentMethodManagement) for card capture. Card data never touches your servers. Full setup guide at docs.crossmint.com/agents/cards-quickstart.