Production-ready on BSC Mainnet & Testnet

Accept BEP-20 payments
in minutes, not days

PAYNOVAX provides a complete BEP-20 token payment infrastructure — ephemeral wallets, QR codes, real-time monitoring, and automatic forwarding. One API key, infinite scale.

create-payment.js
// Create a payment session — 3 lines of code
const res = await fetch('https://paynovax.online/api/v1/payment/create', {
  method: 'POST',
  headers: { 'x-api-key': 'cpk_live_...' },
  body: JSON.stringify({ tokenId: 1, amount: '49.99' }),
});

const { ephemeralAddress, qrCodeData, sessionId } = (await res.json()).data;
// → Show qrCodeData to user, poll sessionId for status
BSC Mainnet & Testnet 99.9% Uptime SLA AES-256-GCM Encrypted Keys Domain Whitelisting Auto Token Forwarding Any BEP-20 Token

Everything you need to accept crypto payments

From ephemeral wallet generation to automatic forwarding — the full stack, managed for you.

Ephemeral Wallets + QR Codes

Each payment session gets a unique BSC address with a ready-to-scan QR code. No wallet reuse, fully isolated.

Real-time Blockchain Monitoring

Cron-powered wallet scanner checks every 30 seconds. Payments detected and confirmed automatically on-chain.

Automatic Token Forwarding

Received tokens are auto-floated with BNB gas and forwarded to your merchant wallet without manual intervention.

API Key Management

Secure API keys with AES-256-GCM encrypted storage, prefix-based identification, and instant revocation.

Domain Whitelisting

Restrict API access to specific domains. CORS enforcement at middleware level prevents unauthorized origin calls.

Any BEP-20 Token

Register any BEP-20 contract. Name, symbol and decimals auto-detected from the chain. USDT included by default.

How it works

Get from zero to live payments in minutes — follow the steps below

1

Register an account

Create a free account at paynovax.online/register. Verify your email and log in to the dashboard.

2

Choose a package

Pick a plan that fits your volume — from the free tier up to Enterprise. Your package determines how many domains, requests, and API keys you can use. An admin will assign or confirm your plan after registration.

3

Create an API key

Go to Dashboard → API Keys and generate a key. Copy it — you'll pass it as the x-api-key header on every API request.

4

Whitelist your domain

Under your API key, add the domain(s) your app runs on. Only requests originating from a whitelisted domain are accepted. For server-side calls, pass domainId in the request body instead.

5

Fund your withdrawal wallet Withdrawal API only

If you plan to use the Withdrawal API (sending tokens or BNB out), deposit funds into the withdrawal wallet shown on your domain settings page. This wallet is the source for all /withdrawal/send calls.

6

Tokens — USDT by default, custom tokens optional

USDT (BEP-20) is available in every account by default — no setup needed, use tokenId: 1. You can also register any other BEP-20 token by its contract address in Dashboard → Tokens. The platform auto-detects the name, symbol, and decimals on-chain.

USDT — included by default (tokenId 1) Register any BEP-20 by contract address
7

Start accepting deposits & sending withdrawals

Your token list in the dashboard shows Deposit and Withdrawal buttons for each token. Click them to view the API endpoint, request format, and copy a ready-to-use code snippet directly from your dashboard.

Developer-First

Simple REST API. Powerful results.

Consistent JSON responses, predictable error codes, and API-key auth that works the way you expect.

  • Base URL: https://paynovax.online
  • Auth via x-api-key header
  • Every response: {"success":bool,"data":{}}
  • Structured error codes — machine-readable
Response Envelope
// Every successful response
{
  "success": true,
  "data": { /* payload */ }
}

// Error response
{
  "success": false,
  "error": {
    "code":    "VALIDATION_ERROR",
    "message": "amount is required"
  }
}

Simple, transparent pricing

Start free. Scale as you grow. No hidden fees.

Starter

$20/mo

testing and evaluation.

  • 1 API key
  • 1 domain
  • Standard BEP-20 support
Get Started

Basic

$55/mo

For small projects with 3 production domain.

  • 1 API key
  • 3 domain
  • Standard BEP-20 support
  • Email support
Get Started
Most Popular

Pro

$110/mo

For professional applications with up to 10 domains.

  • 1 API key
  • 10 domains
  • Priority support
  • Activity analytics
Get Started

Enterprise

$150/mo

For large-scale applications with up to 50 domains.

  • 1 API key
  • 50 domains
  • Dedicated support
  • Custom integration assistance
Get Started or Contact Sales

Ready to accept BEP-20 payments?

Start with PAYNOVAX for free. No credit card required.