Kripto ödemeler

Sandbox for crypto payment integration

Test invoice creation, hosted checkout, webhook payloads and final statuses in the Qvard sandbox before launch — without real blockchain transactions.

API quickstartWebhook logsTest payment flow
POST/api/payments
const payment = await qvard.payments.create({
  externalId: "order_1024",
  amount: 149.99,
  currency: "USD",
  successUrl: "https://shop.com/success",
  failUrl: "https://shop.com/fail",
  webhookUrl: "https://shop.com/qvard/webhook"
});

return payment.paymentUrl;
Entegrasyon

Qvard sandbox payments

Test invoice creation, hosted checkout, webhook payloads and final statuses in the Qvard sandbox before launch — without real blockchain transactions.

  • Create test invoice
  • Receive webhook examples
  • Validate wait, processing, completed and rejected statuses
POSTyour-webhook-url
{
  "id": "pay_8f3k2",
  "externalId": "order_1024",
  "status": "completed",
  "amount": "149.99",
  "currency": "USD",
  "asset": "USDT",
  "network": "TRC20",
  "txHash": "b0a4…9f21"
}
Hızlı başlangıç

1 istek, 1 yönlendirme, 1 webhook

Ödeme oluşturun, müşteriyi yönlendirin ve son webhook’u işleyin — tüm entegrasyon tek sayfaya sığar.

  1. externalId, tutar, para birimi ve URL’lerle ödeme oluşturun.

  2. Müşteriyi payment.paymentUrl adresine yönlendirin.

  3. Son durum webhook’unu alın: wait, processing, completed veya rejected.

FAQ

SSS

A quick overview of how Qvard handles payments, integration and merchant operations.

What is Qvard?

Qvard is a crypto payment gateway for businesses with hosted checkout, invoices, API payments and merchant balances.

Which assets are supported?

Qvard highlights USDT, USDC, BTC, LTC, DOT, TRX, BNB, ETH, TON and USDT on TON.

Is it good for developers?

Yes. Qvard includes API payments, paymentUrl, webhooks, retries and delivery logs.

Can I customize checkout?

Checkout supports merchant logo, shop name, button color, return URLs and localization.

Blockchain altyapısı kurmadan kripto ödemeleri başlatın

Qvard’ı ödeme katmanı olarak kullanın: checkout, faturalar, linkler, durumlar, bakiyeler ve çekimler.