Pagos cripto

Crypto payment API for developers and SaaS platforms

Integrate crypto payments with one invoice request, a paymentUrl redirect and a final status webhook. Test the whole flow in sandbox before going live.

Webhook retryPer-invoice webhookUrlReturn URLs
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;
Integración

Crypto payment API

Integrate crypto payments with one invoice request, a paymentUrl redirect and a final status webhook. Test the whole flow in sandbox before going live.

  • Create payment by API
  • Redirect by paymentUrl
  • Receive 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"
}
Inicio rápido

1 solicitud, 1 redirección, 1 webhook

Crea un pago, redirige al cliente y procesa el webhook final: toda la integración cabe en una página.

  1. Crea el pago con externalId, importe, moneda y URLs.

  2. Redirige al cliente a payment.paymentUrl.

  3. Recibe el webhook con estado final: wait, processing, completed o rejected.

FAQ

Preguntas frecuentes

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.

Lanza pagos cripto sin construir infraestructura blockchain

Usa Qvard como capa de pagos: checkout, facturas, enlaces, estados, saldos y retiros.