Skip to content
On this page

Cards Overview

Agio Cards are crypto-collateralized Visa credit cards backed by stablecoin deposits (USDC or PYUSD). Depositing stablecoins into a Agio Card smart wallet establishes a credit limit, and cardholders can spend up to that limit using virtual or physical Visa cards anywhere Visa is accepted.

All card operations are performed via GraphQL through the Agio Platform API.

Card Lifecycle

Virtual vs Physical Cards

FeatureVirtualPhysical
AvailabilityInstant — ready to use immediatelyShips globally (free standard shipping)
Use casesOnline purchases, subscriptionsIn-person, ATM, tap-to-pay
ShippingNot requiredRequired (address + phone number)
PINSet at creationStaged at creation, activated on receipt
ReplacementreplaceVirtualCard — new card number instantlyreplaceCard with shipping address
Spending limitsConfigurable (rolling period)Configurable (rolling period)
CancellationPermanent, irreversiblePermanent, irreversible

Quick Reference

ActionGraphQL OperationType
List cardsvwCardsQuery
Apply (individual)createCardApplicationMutation
Apply (corporate)createCardCorporateApplicationMutation
Create cardcreateCardMutation
Freeze cardfreezeCardMutation
Unfreeze cardunfreezeCardMutation
Cancel cardcancelCardMutation
Replace virtual cardreplaceVirtualCardMutation
Replace any cardreplaceCardMutation
Update spending limitupdateCardLimitMutation
Set PINsetCardPinMutation
Reveal PINgetCardPinMutation
Reveal card secretsrevealCardSecretsMutation
Rename cardupdateCardNicknameMutation
Star/unstar cardupdateCardStarredMutation
Fund cardsmartWalletSwapQuotesmartWalletExecuteSwapQuoteMutation
Withdraw collateralcardWithdrawMutation
Card balancecardBalanceQuery
View transactionsUserCardTransactionsQuery
Real-time transactionsCardTransactionUpdatesSubscription
Application updatesCardApplicationUpdatesSubscription

Amounts in Cents

All monetary amounts in the Agio Card API are in cents (smallest currency unit). 50000 = $500.00. The only exception is cardWithdraw, which accepts human-readable token amounts (e.g., "100.5").

Guides

Cards Overview has loaded