Pasarela de pago USDC ERC-20
Ethereum es la red nativa de USDC y en la que liquidan instituciones, exchanges y protocolos DeFi. GatewayCrypto confirma los pagos USDC ERC-20 en menos de un minuto, asigna una dirección por pedido y agrupa los fondos con sus depósitos de Solana, Polygon y Arbitrum.
USDC ERC-20 de un vistazo
Red
Ethereum
Estándar del token
ERC-20
Tiempo de confirmación
≈ 15–60 seconds
Comisión de red típica
$0.50–$5, gas-dependent
Compatible con: Coinbase, MetaMask, Ledger, Kraken, Circle Mint, Rabby
Por qué aceptar USDC ERC-20
B2B invoices, treasury payments and customers who hold USDC with regulated exchanges, custodians or in DeFi. The most widely supported USDC standard.
The institutional standard
Regulated exchanges, custodians and corporate treasuries default to USDC on Ethereum. Offering ERC-20 is what makes a B2B buyer able to pay you.
Flat fee, any amount
Gas does not scale with value, so a $50,000 invoice costs the same few dollars to settle as a $500 one — with Ethereum's security behind it.
Regulated, fully reserved dollar
USDC is issued by Circle and backed one-to-one by cash and short-dated US Treasuries with monthly attestations — the stablecoin compliance teams prefer.
One balance across networks
ERC-20 deposits join your unified USDC balance next to Solana, Polygon and Arbitrum. Withdraw on whichever network is cheapest; no bridging on your side.
Cómo aceptar pagos en USDC ERC-20
Todas las redes pagan al mismo saldo de comerciante en USDC: sin comisiones entre cadenas ni conciliación manual.
-
Enable USDC on Ethereum in your dashboard
Switch on ERC-20 for USDC in the merchant dashboard. It appears at your checkout next to the other networks you accept.
-
Create the payment
Your checkout calls the API with the amount and network=ERC-20. We return a dedicated Ethereum deposit address and a payment window.
-
The customer sends USDC
They pay from any wallet or exchange that supports USDC on Ethereum. We watch the chain and mark the payment as detected, then confirmed.
-
You get the webhook and the balance
On confirmation we notify your server and credit your unified USDC balance — the same balance every other network pays into. Keep it, auto-convert, or settle to fiat.
Create a USDC ERC-20 payment in one call
Una sola solicitud devuelve una dirección de depósito y un enlace de checkout alojado; un webhook avisa a su servidor cuando el pago se detecta y cuando se confirma.
Get API accesscurl -X POST https://api.gatewaycrypto.io/v1/payments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"currency": "USDC",
"network": "ERC-20",
"amount": 250.00,
"order_id": "ORD-10421",
"callback_url": "https://yoursite.com/webhook"
}'
USDC en otras redes
Empiece a aceptar USDC ERC-20 hoy
B2B invoices, treasury payments and customers who hold USDC with regulated exchanges, custodians or in DeFi. The most widely supported USDC standard.