Send, receive, and accept cryptocurrency payments without fees, without complexity, and without middlemen. Create a link, share it, get paid.
From payment links to API integrations, Cygnus Pay provides a complete toolkit for merchants, creators, and developers.
Create shareable links for one-time payments or open donations. No coding required.
Send crypto to any Cygnus Pay user by username. Zero fees, instant settlement.
Accept BTC, ETH, USDT, USDC, and dozens more from a single dashboard.
Every payment link gets an auto-generated QR code for easy scanning.
bcrypt hashing, TOTP 2FA, encrypted backups, and full audit logging.
Full REST API with session auth, payment creation, and real-time polling.
Hold all your crypto in one unified wallet. Deposit, withdraw, and track history.
Get notified instantly when payments arrive. Never miss a transaction.
Generate keys for programmatic access. Integrate with any backend or service.
From sign-up to your first payment in under a minute.
Sign up at app.cygnuspay.org in seconds. Enable 2FA for maximum security.
Set the amount, currency, and title. One-time invoice or open donation — your choice.
Send the link to customers. They pay on-chain or with their Cygnus balance — done.
Two simple ways to pay any Cygnus Pay link.
Simple REST API. Authenticate, create links, poll status. Full docs at docs.cygnuspay.org.
# 1. Authenticate
curl -X POST https://api.cygnuspay.org/api/login \
-H "Content-Type: application/json" \
-d '{"username":"merchant","password":"pass"}' \
-c cookies.txt
# 2. Create a payment link
curl -X POST https://api.cygnuspay.org/pay/create \
-b cookies.txt \
-d "type=onetime&title=Order 1234&amount=49.99¤cy=USDT"
# 3. Poll for payment status
curl https://api.cygnuspay.org/pay/check/abc123?initial_balance=0
# Python integration example
import requests
session = requests.Session()
session.post("https://api.cygnuspay.org/api/login", json={
"username": "merchant",
"password": "password",
"otp": "123456"
})
# Create a payment link
session.post("https://api.cygnuspay.org/pay/create", data={
"type": "onetime",
"title": "Premium Plan",
"amount": 99.99,
"currency": "USDT"
})
# Check payment status
resp = session.get("https://api.cygnuspay.org/pay/check/abc123")
if resp.json().get("confirmed"):
print("Payment received!")
<!-- Drop this button onto any website -->
<a href="https://app.cygnuspay.org/pay/@yourusername/your_link"
target="_blank"
style="display:inline-flex; align-items:center; gap:8px;
background:#111; color:#fff; padding:14px 28px;
border-radius:12px; font-weight:700;
text-decoration:none; font-family:system-ui;">
Pay with Crypto
</a>
No hidden costs. Merchants keep 100% of what customers pay.
Built in phases. Shipping fast. Always improving.
Multi-chain wallet, deposits, withdrawals, user management
Payment links, QR codes, donation pages, internal transfers
Sweep engine, vault management, profit tracking, backup system
REST API, API keys, embeddable payment buttons, full documentation
Webhook callbacks, invoice system, multi-currency checkout
Merchant SDK, WordPress plugin, Shopify integration
Recurring payments, subscription billing, payout splitting
Cygnus Pay was created by Mr Hat, the founder of Cygnus Coin. While building the Cygnus ecosystem, Mr Hat saw firsthand how difficult it was for normal merchants and everyday internet users to start accepting crypto payments.
Existing payment gateways were expensive, overly complex, and made the process even harder instead of easier. The tools that were supposed to help were actually creating more barriers.
With the support and encouragement of early supporters in the Cygnus Community, Mr Hat designed and coded the entire platform from the ground up — building the payment infrastructure that the crypto space actually needed.
The name Cygnus comes from the constellation — one of the most prominent in the northern sky. Just as the Swan has guided navigators for millennia, Cygnus Pay aims to guide the world into a future where crypto payments are the default.
Zero platform fees on payment links. Merchants keep 100%.
Create a link in 30 seconds. No coding, no contracts.
All chains, all tokens, one dashboard.
Join Cygnus Pay and start receiving payments in minutes. No fees. No complexity.