Skip to content

Observability

See everything happening with your billing. Logs, metrics, alerts.

👁️

Complete Logs

All billing events are logged and available for analysis.

📈

Metrics

Revenue, MRR, churn, LTV and other key metrics in real-time.

🚨

Alerts

Get notified about issues: failed payments, anomalies.

🔍

Debugging

Trace every payment from event to invoice.

Subscribe to Events

tf.on('invoice.created', (invoice) => {
  console.log('Invoice created:', invoice.id);
});

tf.on('payment.failed', (payment) => {
  console.log('Payment failed:', payment.error);
  // Send alert
});

Get Full Visibility

Monitor every aspect of your billing.