Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.01 KB

Spreedly C#

Example Screenshot

Introduction

SpreedlyCoreSharp is a C# API client for the payment service Spreedly.

Spreedly decided to drop the name "Core" and this project should perhaps be renamed SpreedlySharp.

How to install

The easiest way to get SpreedlyCoreSharp is to install it via NuGet:

Install-Package SpreedlyCoreSharp

Package page

Demos

Included is a full web sample in c# and NancyFX (lightweight C# web framework) that shows you how to build a payment form with or without 3D Secure.

Currently you have to edit the "AppSettings.config" with your environment key and other keys. Eventually this could be automated. Please do not check this file back in!

License

MIT Licensed. See LICENSE file.

Author

Contact me via Github or on Twitter @philjones88

PR's welcome!