C
Loading…
Loading…
Pay / Merchants
CEGOAT Pay processes crypto checkouts for ecommerce, SaaS and point-of-sale at 0.5% flat — one-tenth of card-network rates.
Funds land in USDT (or your chosen asset) within 60 seconds — no chargebacks.
Same rate for any ticket size, any asset. No interchange, no monthly minimums.
BTC, ETH, USDT, USDC, SOL, BNB and 45 more — customer picks, you receive USDT.
1-click Shopify and WooCommerce installers; Magento and BigCommerce coming soon.
Stateless REST endpoints with webhook callbacks. SDKs for Node, Python, Go and PHP.
One-click full or partial refunds, settled back to the customer's wallet of choice.
// POST https://api.cegoat.com/v1/pay/charges
{
"amount": "29.99",
"currency": "USD",
"order_id": "order_4231",
"success_url": "https://yourshop.com/order/done",
"cancel_url": "https://yourshop.com/cart",
"metadata": { "customer": "cus_8821" }
}
// 200 OK
{
"id": "ch_01HX9...",
"checkout": "https://pay.cegoat.com/c/ch_01HX9...",
"expires_at": "2026-05-18T11:00:00Z"
}Apply, install a plugin or drop in an iframe, go live the same day.