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 billerapiResource map
| Accessor | Use it for |
|---|---|
| billerapi.billers | Catalog search and retrieval |
| billerapi.links | Link tokens, status, exchange, and link retrieval |
| billerapi.bills | List, detail, statements, create, and sync |
| billerapi.billImports | Upload, review, confirm, and cancel |
| billerapi.accountLinks | Sync and refresh status |
| billerapi.webhookEndpoints | Endpoint lifecycle and secret rotation |
| billerapi.pay | Pay tokens, payment methods, and payment attempts |
| billerapi.feedback | Structured integration feedback |
| billerapi.webhooks | Signature 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?