Skip to main content
@biqli/sdk is a server-only TypeScript SDK for Node.js 18 or newer. It provides typed inputs, structured errors, timeouts, retries, and stable request identifiers.

Install and initialize

Create one reusable client for your process.

Track a lead

Track a sale

The SDK derives a deterministic event ID when both paymentProcessor and invoiceId are present.

Per-request options

Handle errors

The SDK retries network errors and HTTP 408, 425, 429, and 5xx responses. It does not retry validation, permission, authentication, or idempotency conflicts. See the complete TypeScript SDK reference.