SaaS and subscriptions

Crypto payments for SaaS and subscriptions

Create an invoice for each billing period, email the payment link and extend the account when the webhook confirms the transfer. Customers from any country can pay without a card that works abroad.

What you get

A link per renewal

The invoice lives from 5 to 1440 minutes, so a reminder email can carry a fresh payment link.

Status by API

Poll GET /api/v1/payments/{uuid} or rely on webhooks to keep plans in sync.

Settlement in USDT

Revenue is booked in one currency, whatever coin the customer paid with.

How it works

  1. Store your plan and period in order_id (for example SUB-1042-2026-10).
  2. Create the invoice when the period ends and send the link to the customer.
  3. On the paid webhook, extend the subscription.

Full payment flow · API reference

FAQ

Are automatic recurring charges supported?

A crypto transfer is always initiated by the customer, so each period is a new invoice that the customer pays. Automate the reminder and the invoice creation on your side.

Other solutions

Try it in test mode

Register, create a merchant and send your first sandbox invoice.