Node SDK

Node.js server SDK

Typed resources, automatic transient retries, cursor pagination, idempotency, and webhook verification for Node.js 18+.

Release status

npm currently serves billerapi@0.1.0. The reviewed next release intent is 2.0.0; use the registry version until an exact-SHA publication receipt is attached.

Install and initialize

npm install billerapi

Resource map

AccessorUse it for
billerapi.billersCatalog search and retrieval
billerapi.linksLink tokens, status, exchange, and link retrieval
billerapi.billsList, detail, statements, create, and sync
billerapi.billImportsUpload, review, confirm, and cancel
billerapi.accountLinksSync and refresh status
billerapi.webhookEndpointsEndpoint lifecycle and secret rotation
billerapi.payPay tokens, payment methods, and payment attempts
billerapi.feedbackStructured integration feedback
billerapi.webhooksSignature verification and event construction

Let the SDK own transport behavior

The SDK retries network errors, 429s, and retryable 5xx responses. Mutation helpers preserve idempotency keys across transparent retries. Branch on typed errors and keep the request ID for support.

Prefer raw HTTP? Every SDK call maps directly to the API reference.

Was this page helpful?