Passerelle de paiement USDC sur Solana
L'USDC est le dollar dominant sur Solana, émis nativement par Circle et détenu dans des millions de wallets grand public. GatewayCrypto crédite les dépôts USDC SPL en moins d'une seconde pour une fraction de centime, attribue une adresse par commande et regroupe les fonds avec vos autres réseaux USDC.
USDC SPL en un coup d'œil
Réseau
Solana
Standard de jeton
SPL
Délai de confirmation
< 1 second
Frais de réseau typiques
< $0.01
Compatible avec : Phantom, Solflare, Backpack, Coinbase, Binance, OKX
Pourquoi accepter USDC SPL
Consumer apps, gaming, creator payouts and any checkout with many small payments — the network where USDC is the default dollar.
Native USDC, not a bridged copy
Circle issues USDC directly on Solana, so there is no wrapped token or bridge risk between your customer's wallet and your balance.
Sub-second, sub-cent
Slots every ~400 ms and fees below a cent make Solana the rail for micro-payments, in-app purchases and tipping.
Consumer wallets by the million
Phantom, Backpack and Solflare users hold USDC by default. SPL support reaches a segment that never uses Ethereum.
Same balance as ERC-20, Polygon and Arbitrum
Solana deposits land in your unified USDC balance; withdraw on any network without bridging.
Comment accepter les paiements USDC SPL
Chaque réseau alimente le même solde marchand USDC — aucun frais inter-chaînes, aucun rapprochement manuel.
-
Enable USDC on Solana in your dashboard
Switch on SPL 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=SPL. We return a dedicated Solana deposit address and a payment window.
-
The customer sends USDC
They pay from any wallet or exchange that supports USDC on Solana. 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 SPL payment in one call
Une seule requête renvoie une adresse de dépôt et un lien de paiement hébergé ; un webhook prévient votre serveur lorsque le paiement est détecté puis confirmé.
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": "SPL",
"amount": 250.00,
"order_id": "ORD-10421",
"callback_url": "https://yoursite.com/webhook"
}'
USDC sur d'autres réseaux
Commencez à accepter USDC SPL dès aujourd'hui
Consumer apps, gaming, creator payouts and any checkout with many small payments — the network where USDC is the default dollar.