chargebee-core
2.6.0
Chargebee oficially supports .net standard now
dotnet add package chargebee-core --version 2.6.0
NuGet\Install-Package chargebee-core -Version 2.6.0
<PackageReference Include="chargebee-core" Version="2.6.0" />
paket add chargebee-core --version 2.6.0
#r "nuget: chargebee-core, 2.6.0"
// Install chargebee-core as a Cake Addin #addin nuget:?package=chargebee-core&version=2.6.0 // Install chargebee-core as a Cake Tool #tool nuget:?package=chargebee-core&version=2.6.0
Chargebee .Net Client Library - API V2
This is the .NET Library for integrating with Chargebee. Sign up for a Chargebee account here.
Chargebee now supports two API versions - V1 and V2, of which V2 is the latest release and all future developments will happen in V2. This library is for <b>API version V2</b>. If you’re looking for V1, head to chargebee-v1 branch.
Installation
Install the latest version of the 2.x.x library with the following commands:
Use NuGet: NuGet is a package manager for Visual Studio.
To install the ChargeBee .Net Client Library, run the following command in the Package Manager Console:
$ Install-Package ChargeBee -Vesrion 2.x.x
If you would prefer to build it from source, checkout latest version of 2.x.x release tag:
$ git checkout [latest 2.x.x release tag]
Documentation
See our .Net API Reference.
Usage
To create a new subscription:
using ChargeBee.Api;
using ChargeBee.Models;
ApiConfig.Configure("site","api_key");
EntityResult result = Subscription.Create()
.PlanId("basic")
.Request();
Subscription subscription = result.Subscription;
Customer customer = result.Customer;
License
See the LICENSE file.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 9.0.1)
- System.Net.Http (>= 4.3.3)
- System.Net.Requests (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on chargebee-core:
Package | Downloads |
---|---|
NeoSmart.Payments
An abstraction around various payment providers for .NET, currently with support for Stripe, PayPal, PayPal Credit Cards (merchant services), CoinBase, and ChargeBee. Supports subscriptions and one-off payments. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|