Skip to main content
Connect to https://mcp.agentcard.sh/mcp with your organization credential (client_id + client_secret, or the org access token).

What it does

Issue a virtual card for a cardholder, holding an exact amount in cents (2500 = $25.00). Default is one-time-use: the first approved charge spends it and the card closes itself. Pass type “multi_use” for a reusable card that survives repeated charges until its balance is spent (or expires_at passes). In sandbox this issues a test card (mock, never charged). If the cardholder is not ready, the error says exactly which gate to clear: kyc_required (run start_cardholder_kyc), wallet_funding_required or deposit_confirming (the user’s wallet), payment_method_required, or org_wallet_funding_required (your company wallet, with funds_source “company_flow”).

Inputs

Returns

Example call