$0
Processed volume
0
Payments settled
2
Developers onboard
5+
Currencies supported
One integration. Full payments, custody, ledger and payouts.
Create crypto payments with one POST. Normalized statuses, idempotency keys and your own payment IDs.
Share a hosted checkout on WhatsApp, Telegram or your site. No code required.
Hold USDT, BTC, ETH and more. Real-time available, pending and reserved balances.
Every cent is journaled. Immutable, auditable financial records — not just a balance column.
Whitelisted wallets, 2FA confirmation, atomic balance reservation. Never a negative balance.
payment.completed and more — HMAC-signed, retried with exponential backoff.
A clean REST API with idempotency, webhooks and a real ledger underneath.
curl -X POST https://payflux.space/api/v1/payments \
-H "Authorization: Bearer sk_live_••••" \
-H "Idempotency-Key: order-10025" \
-d '{
"amount": 100,
"currency": "USD",
"pay_currency": "USDT",
"order_id": "ORDER-10025"
}'
# 201 Created
{
"success": true,
"payment_id": "pay_928271",
"status": "waiting_payment",
"payment_url": "https://payflux.space/pay/8F29K"
}
Create a project & generate your live API key
Create payments via API or share a payment link
Get confirmed. Track the ledger. Withdraw anytime.
2FA & sessions
Wallet whitelist
Full audit logs
Signed webhooks