kfrancis / chargify-dot-net

MIT License
20 stars 49 forks source link

Chargify.NET Build and NuGet Publish

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

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:

Get Started!

New to Chargify.NET?

New to Chargify?

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