Skip to main content
The .NET SDK is coming soon. The API surface below represents the planned design and may change before release.

Installation

NuGet Package Manager

Package Manager Console

Quick Start

Configuration

Client Options

ASP.NET Core Dependency Injection

Available Services

Expenses

Expense Reports

Bills

Vendors

Businesses

Error Handling

Pagination

Webhook Signature Verification

Version Compatibility

Use dependency injection — Register ISmartbillsClient as a singleton for best performance.
Use async methods — All service methods are async. Avoid blocking calls in web applications.
Handle rate limits — Implement exponential backoff for retries in production environments.