View on GitHub

Cardknox API Wrapper

API Wrapper for Cardknox Payment Processor written in C#.

Download this project as a .zip file Download this project as a tar.gz file

The purpose of this library is to fill a gap. Cardknox has decent documentation and code samples, but it requires every developer to implement every facet they use for every project. We started using Cardknox primarily as the payment provider at work and I wrote this for our internal projects but figured it would benefit the community at large.

The API is actually really simple to use and implement (compared to most), but this library should improve on that and make it even easier.

Check the full documentation here

Check out the latest release: https://github.com/TheScripters/Cardknox-API-Wrapper/releases/latest

GitHub opened issues

Donate

Nuget Package

NuGet Status

Available here: https://www.nuget.org/packages/Cardknox.API.Wrapper/

Install from Package Manager Console

PM> Install-Package Cardknox.API.Wrapper

API Documentation: https://kb.cardknox.com/api

Progress

Overall Completion: 100 %

All items have been completed, but hasn’t yet been tested in a live environment. If you find it working in a production environment please let me know. I am only using Credit Card operations at this time, so nothing else has really been tested.