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
ReplacementreplaceVirtualAgioCard — new card number instantlyreplaceAgioCard with shipping address
Spending limitsConfigurable (rolling period)Configurable (rolling period)
CancellationPermanent, irreversiblePermanent, irreversible

Quick Reference

ActionGraphQL OperationType
List cardsvwCardsQuery
Apply (individual)createAgioCardApplicationMutation
Apply (corporate)createRainCorporateApplicationMutation
Create cardcreateAgioCardMutation
Freeze cardfreezeAgioCardMutation
Unfreeze cardunfreezeAgioCardMutation
Cancel cardcancelAgioCardMutation
Replace virtual cardreplaceVirtualAgioCardMutation
Replace any cardreplaceAgioCardMutation
Update spending limitupdateAgioCardLimitMutation
Set PINsetAgioCardPinMutation
Reveal PINgetAgioCardPinMutation
Reveal card secretsrevealAgioCardSecretsMutation
Rename cardupdateCardNicknameMutation
Star/unstar cardupdateCardStarredMutation
Fund cardsmartWalletSwapQuotesmartWalletExecuteSwapQuoteMutation
Withdraw collateralcardWithdrawMutation
Card balancerainCardBalanceQuery
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