Stablecoin payment gateway
CoinPay gives merchants a calm ops dashboard and customers a simple checkout. Addresses, sweeps, and fees stay invisible.
Three steps. Clear status at each one. No exchange UI, no token speculation, no learning curve for your customers.
01
Set a fixed USDC or USDT amount from the dashboard or with a single API call. Share the hosted checkout link.
02
They pick a network, scan a QR code, and send stablecoins to a unique deposit address. No wallet connect required.
03
CoinPay detects payment, sweeps to treasury, and notifies your server. Status moves from paid to settled automatically.
Integrate in an afternoon. Idempotent invoice creation, typed webhooks, and docs that match the API.
Create invoices, poll status, and manage webhooks with standard HTTP.
Every status transition fires an HMAC-signed event to your endpoint.
Separate test keys and invoices so you can integrate before going live.
curl -X POST https://api.coinpay.io/v1/invoices \
-H "Authorization: Bearer test_..." \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{
"amount": "10.00"
}'Self-serve signup. Test mode included. Go live when you are ready.