Live · Crypto → USDT in seconds

Instant crypto.Zero volatility.

Accept BTC, ETH, USDT, LTC, TRX, SOL or POL. Settle automatically in stable USDT — no wallet headaches, no price swings, no code required.

No coding required
Settle in USDT
Total amount
249.00 USD
Acme Cloud — Pro plan, annual
Reference: INV-2026-08472
Select the payment method
Pay with BTC
Pay with ETH
Pay with USDT
Pay with SOL
Pay with TRX
Pay with LTC
Pay with POL
POWERED BY
Bitcoin
Ethereum
Tether
Litecoin
Tron
Solana
Polygon
Why Vaiipay

Crypto rails. Stable settlement.

Built for businesses that want the reach of crypto without the operational overhead. One integration, every chain we support, settled in stable USDT.

Instant USDT settlement

Every payment auto-converts to stable USDT at the time of transaction. Zero exposure to volatility for your business.

Hosted checkout in seconds

Create a payment via API and you get a ready-to-share checkout URL. No custom UI required.

Developer-first REST API

Bearer-token auth, scoped API keys, sandbox environment. Drop-in checkout for any backend.

7 cryptocurrencies live

BTC, ETH, USDT, LTC, TRX, SOL, POL across the major chains we support today. USDT is accepted on Ethereum, Tron and Solana.

Refund tracking built in

Issue refunds programmatically via API. Approval flow tracked end-to-end on the dashboard.

Custodial wallet management

Vaiipay holds the keys, generates per-payment deposit addresses, and credits your account on confirmation.

How it works

Four steps from volatile to stable.

01

Create a payment via API

POST to /api/payment/checkout with your client ID, amount and reference. Get back a checkoutUrl.

02

Customer pays in any major crypto

BTC, ETH, USDT, LTC, TRX, SOL or POL — they pick what they hold from your hosted checkout page.

03

We auto-convert to stable USDT

Vaiipay generates a deposit address, watches the chain, and converts the inbound crypto to USDT once confirmed.

04

Reconcile via API or dashboard

Poll GET /api/payment/{id} or watch the live dashboard. Status moves to COMPLETED when funds settle.

Customers get flexibility. You get stability.
For developers

The crypto stack you'd build yourself.

Bearer-token auth, scoped API keys, hosted checkout, sandbox environment. Skip the wallet infra and ship the integration in an afternoon.

REST API + Bearer auth
Sandbox + production keys
Scoped API tokens
Hosted checkout URL
Programmatic refunds
Per-payment deposit address
# Create a payment and get a hosted checkout URL
curl -X POST https://api.vaiipay.com/api/payment/checkout \
  -H "Authorization: Bearer $VAIIPAY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "clientId": "pa_8h2k...",
    "amount": 24900,
    "currencyCode": "USDT",
    "reference": "INV-2026-08472",
    "referenceLabel": "Pro plan, annual",
    "redirectUrl": "https://acme.com/order/success"
  }'

# → { "data": { "checkoutUrl": "https://app.vaiipay.com/checkout/pay_xxx?expires=...&signature=..." } }
# Redirect or embed checkoutUrl. The customer picks their crypto on our hosted page.
Use cases

Built for anyone moving money across borders.

E-commerce

Add crypto to checkout. Settle in stable USDT — no chargebacks, no FX exposure.

Freelancers & agencies

Send a checkout link to international clients. Get paid in USDT, instantly.

SaaS billing

Charge per cycle in crypto. Your customers pick the chain; you receive USDT.

Cross-border invoicing

Replace SWIFT for vendor payments. Settle in minutes instead of days.

Donations & tipping

One link, any chain. Donors give in their preferred crypto.

Crypto-native services

API-only businesses that need a payment rail without building wallet infra.

Borderless

Global payments.
Stable settlement.

No borders. No banks in the middle of the customer flow. Receive crypto from anywhere on earth and settle in stable USDT.

FAQ

Common questions.

Seven symbols across the major chains: BTC, ETH, USDT, LTC, TRX, SOL and POL. USDT is accepted on Ethereum (ERC-20), Tron (TRC-20) and Solana (SPL).
No. Sign up, create a Payment Application from the dashboard to get a client ID, then either use the dashboard or call the REST API. Vaiipay handles the wallet, the chain interaction and the conversion.
When you create a payment you can specify a settlement currency (default USDT). Vaiipay generates a per-payment deposit address on the chain the customer chose, watches for confirmation, and credits your balance in USDT once the on-chain transaction settles.
Two paths. (1) Embed or share the hosted checkout URL we return from POST /api/payment/checkout — no UI work needed. (2) Build your own UI on top of the REST API and use our payment-instructions endpoints to render addresses and amounts directly.
Today: poll GET /api/payment/{id} for status changes (PENDING → COMPLETED), or watch the live dashboard. Outbound webhooks to your server are on the roadmap but not yet shipped.
Each API token is created with one or more scopes: payments.create, payments.get, payments.user-instructions.get, refund-requests.create. Generate narrow keys per integration.

Start accepting crypto in minutes.

No crypto experience needed. No volatility. No waiting. Get paid from anywhere.

Free to sign up · Cancel anytime