Skip to main content
@biqli/sdk runs on Node.js 18 or newer. It must never be bundled into browser code.
BiqliClient is an alias of Biqli.

Configuration

Methods

Inputs match the public lead and sale schemas.

Request options

The SDK creates a stable request ID, event ID, and idempotency key before its first attempt. For durable replay across processes, supply a lead eventId or sale paymentProcessor plus invoiceId.

Errors

The SDK retries network errors and HTTP 408, 425, 429, and 5xx. It honors a valid Retry-After header up to 60 seconds. See Node.js and TypeScript and Next.js for complete implementations.