Skip to content

Automated Billing

Issue invoices automatically. Support for credits, subscriptions, and outcome-based models.

📄

Auto Invoicing

Invoices are generated automatically on schedule or by events.

💳

Russian Payment Gateways

YooKassa, CloudPayments, Tinkoff, Sberbank without VPN.

🔐

54-FZ Compliance

Automatic fiscal receipt transmission to online cash registers.

💰

Credit Management

Built-in system for credits, prepayments, and refunds.

Create Invoice in One Line

const invoice = await tf.billing.createInvoice({
  customerId: 'cust-123',
  amount: 1000,
  currency: 'RUB',
  dueDate: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000),
  items: [
    { description: 'API usage', amount: 1000 },
  ],
});

Simplify Billing

Automate invoice generation and payment management.