IBeam.Billing.Api 2.9.43

dotnet add package IBeam.Billing.Api --version 2.9.43
                    
NuGet\Install-Package IBeam.Billing.Api -Version 2.9.43
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IBeam.Billing.Api" Version="2.9.43" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IBeam.Billing.Api" Version="2.9.43" />
                    
Directory.Packages.props
<PackageReference Include="IBeam.Billing.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IBeam.Billing.Api --version 2.9.43
                    
#r "nuget: IBeam.Billing.Api, 2.9.43"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package IBeam.Billing.Api@2.9.43
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IBeam.Billing.Api&version=2.9.43
                    
Install as a Cake Addin
#tool nuget:?package=IBeam.Billing.Api&version=2.9.43
                    
Install as a Cake Tool

IBeam.Billing.Api

IBeam.Billing.Api provides optional ASP.NET Core controller wiring for IBeam billing administration and provider-event ingestion.

dotnet add package IBeam.Billing.Api

Quick Start

using IBeam.Billing.Api;

builder.Services.AddAuthentication();
builder.Services.AddAuthorization();
builder.Services.AddIBeamBillingApi(builder.Configuration);

var app = builder.Build();

app.UseAuthentication();
app.UseAuthorization();
app.MapControllers();

Endpoint Overview

GET  /api/billing/tenants/{tenantId}/customers
GET  /api/billing/tenants/{tenantId}/subscriptions
GET  /api/billing/tenants/{tenantId}/invoices
GET  /api/billing/tenants/{tenantId}/provider-events
POST /api/billing/provider-events

The read endpoints are intended for admin/internal tools. The provider-event endpoint records safe provider event metadata and remains idempotent through IBillingProviderEventService.

Security

Controllers require authentication, but host applications still own authorization policy and provider webhook validation. Production APIs should require tenant admin roles or API credential scopes for billing reads, and should validate provider signatures before accepting webhook events.

Billing APIs do not authorize runtime application access. Runtime services should enforce access through Licensing and Credits.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.9.43 35 7/29/2026