chargify 1.5.3

dotnet add package chargify --version 1.5.3
                    
NuGet\Install-Package chargify -Version 1.5.3
                    
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="chargify" Version="1.5.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="chargify" Version="1.5.3" />
                    
Directory.Packages.props
<PackageReference Include="chargify" />
                    
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 chargify --version 1.5.3
                    
#r "nuget: chargify, 1.5.3"
                    
#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 chargify@1.5.3
                    
#: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=chargify&version=1.5.3
                    
Install as a Cake Addin
#tool nuget:?package=chargify&version=1.5.3
                    
Install as a Cake Tool

Chargify.NET Build and NuGet Publish

A comprehensive C# API wrapper library for accessing chargify.com, using XML or JSON to read/write.

  • Chargify.NET: NuGet version
  • Dependency Status

Important SSLv3/POODLE

To correct the error "Could not create SSL/TLS secure channel", update to at least version 1.1.5400.37999 either through the downloads or (recommended) through nuget. I HIGHLY recommend using nuget as I release changes through there very often. For more information, see the Chargify blog post "Dropping support for SSLv3 - may cause API connection problems". A list of the likely breaking changes that might affect you are listed here: Latest Breaking Changes. Also, if you're still having trouble - make sure you're specifically setting ChargifyConnect.ProtocolType to SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 (if possible, to handle fall back to lower TLS). If using .NET 4 or under, just set it to SecurityProtocolType.Tls.

Description

A sample ASP.NET website is available at chargify.clinicalsupportsystems.com which demonstrates the following features:

  • Subscription (Paid and Freemium) via API or hosted Chargify pages, including coupons.
  • Support for "One-time" charges, credits and refunds
  • Account migration or change between products
  • Metered and quantity based component charges
  • Account information management
  • Hosted page URL generation (pretty and regular)
  • ISO 3166-1 Alpha 2 data built into the library for easy use with country select controls
  • Transaction lists and filtering
  • Statements (including PDF linking)
  • Billing Portal Management API Windows Azure - I've recently added support for Windows Azure apps, just inherit from ChargifyPage and enter the important keys into your role configuration. Neat! NOTE: If there are any issues with the sample website, please feel free to post them on the Issue Tracker on this project site, and I'll make sure they get fixed. Also, a sample ASP.NET MVC sample is currently being worked on, and will be available at some point. Also, if there is any interest in a Silverlight/Windows Phone solution - let me know.

Get Started!

New to Chargify.NET?

  • Download the latest release or from the NuGet "Package Manager Console", run {{Install-Package chargify}}
  • Look at the [Getting Started] page
  • Review the documentation
  • Review the [Breaking Changes]
  • Join in the discussion
  • Need a quick question answered? Find me on twitter: @djbyter

New to Chargify?

Looking for a DNS managing service? I use DNSimple, and it's super easy. (They are Chargify users as well!)

Product 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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.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 net452 is compatible.  net46 was computed.  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. 
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
1.5.3 329 11/12/2025
1.5.2 271 11/11/2025
1.5.1 262 11/11/2025
1.5.0 268 11/11/2025
1.4.0 92,913 11/3/2021
1.3.7 57,098 7/22/2021
1.3.6 1,159 7/22/2021
1.3.5 1,112 7/22/2021
1.3.4 7,860 6/30/2020
1.3.3 45,186 4/1/2019
1.3.2 1,718 3/19/2019
1.3.1 1,653 3/19/2019
1.3.0 10,443 10/30/2018
1.2.5 11,896 3/28/2018
1.2.4 421,527 11/23/2017
1.2.3 4,341 9/19/2017
1.2.2 20,953 7/25/2017
1.2.1 4,472 6/28/2017
1.2.1-beta1 1,895 6/28/2017
1.2.0-beta 1,859 6/27/2017
1.1.6085.28452 139,533 8/29/2016
1.1.6085.28097 2,461 8/29/2016
1.1.6085.27777 2,358 8/29/2016
1.1.5976.19009 5,143 5/12/2016
1.1.5967.40624 2,309 5/4/2016
1.1.5960.25480 2,709 4/26/2016
1.1.5935.32008 2,885 4/1/2016
1.1.5928.20873 2,760 3/25/2016
1.1.5919.24681 2,311 3/16/2016
1.1.5912.22276 2,458 3/9/2016
1.1.5907.28068 2,290 3/4/2016
1.1.5898.21530 2,588 2/24/2016
1.1.5898.20266 2,706 2/24/2016
1.1.5898.20016 2,513 2/24/2016
1.1.5879.22909 2,773 2/5/2016
1.1.5788.28244 24,272 11/6/2015
1.1.5786.42153 2,340 11/5/2015
1.1.5738.20409 2,307 11/6/2015
1.1.5738.19989 2,549 9/17/2015
1.1.5736.24568 2,380 9/15/2015
1.1.5631.20809 3,090 6/2/2015
1.1.5595.41432 2,665 7/1/2015
1.1.5541.20787 28,654 3/4/2015
1.1.5541.20188 2,629 3/4/2015
1.1.5532.19126 2,966 2/23/2015
1.1.5506.24411 2,744 1/29/2015
1.1.5506.23890 2,719 1/28/2015
1.1.5483.20003 2,994 1/5/2015
1.1.5463.24593 2,916 12/16/2014
1.1.5458.26611 2,898 12/11/2014
1.1.5427.21850 2,931 11/21/2014
1.1.5400.37999 11,910 10/15/2014
1.1.5400.37892 2,640 10/15/2014
1.0.5400.37610 2,647 10/15/2014
1.0.5379.25225 2,636 9/23/2014
1.0.5364.24465 2,676 9/8/2014
1.0.5310.39758 2,765 7/17/2014
1.0.5291.16089 2,765 6/27/2014
1.0.5291.16088 2,672 6/27/2014
1.0.5290.27960 2,673 6/27/2014
1.0.5281.40017 2,675 6/18/2014
1.0.5279.41320 2,695 6/16/2014
1.0.5231.20800 2,994 4/28/2014
1.0.5175.38190 2,857 3/4/2014
1.0.5169.17336 2,541 2/25/2014
1.0.5151.41829 2,765 2/8/2014
1.0.5148.19435 2,698 2/4/2014
1.0.5137.26498 2,825 1/24/2014
1.0.5085.27219 2,862 1/13/2014
1.0.5038.23303 2,553 10/17/2013
1.0.5031.16251 4,129 10/10/2013
1.0.5018.22352 2,740 9/27/2013
1.0.4946.21289 3,193 7/17/2013
1.0.4898.23887 3,079 5/30/2013
1.0.4876.1600 2,988 5/8/2013
1.0.4875.20971 2,501 5/7/2013
1.0.4864.27267 2,618 4/29/2013
1.0.4854.677 2,563 4/16/2013
1.0.4818.26364 2,679 3/11/2013
1.0.4817.41126 2,528 3/11/2013
1.0.4808.25441 2,591 3/1/2013
1.0.4785.27302 3,079 2/7/2013
1.0.4700.29607 3,107 11/13/2012
1.0.4700.19882 2,729 11/13/2012
1.0.4674.27948 2,800 10/18/2012
1.0.4619.21430 2,905 8/24/2012
1.0.7.42636 3,180 6/1/2012
1.0.7.27604 2,678 5/17/2012
1.0.7.26917 2,619 5/17/2012
1.0.7.1 2,841 3/6/2012
1.0.7 2,665 2/10/2012
1.0.6 2,817 12/6/2011
1.0.5 3,221 5/19/2011
1.0.4 3,089 3/18/2011
1.0.3 3,249 2/16/2011
1.0.0 3,945 2/1/2011