-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Welcome to the SDK .NET wiki!
On these pages, we present in simple steps the installation, configuration and usage of the SDK..
For a complete Kount integration you will need to include the Device Data Collector as well as the RIS post. It's recommended that you code for the Device Data Collector first. More information can be found here sections 1-4.
-
Version
6.5.1
changes, 06/12/2017- More payment types are added:
Apple Pay, BPAY, Carte Bleue, ELV, Green Dot MoneyPak, GiroPay, Interac, Mercade Pago, Neteller, Single Euro Payments, Poli, Skrill/Moneybookers, Sofort, Token
. - Added new
enums
definitions:InquiryTypes
,UpdateTypes
- Nuget package available for downloads.
- Excluding development dependencies of
docfx.console
inNuget package
.
- More payment types are added:
-
Version
6.5.0
changes, 05/26/2017- SALT phrase configurable as a app setting(key/value) in
app.config
. SetRis.Khash.Salt
in yourapp.config
file for this to work. - Update
docfx.console
to version 2.16.8
- SALT phrase configurable as a app setting(key/value) in
-
Version
6.4.2
changes, 04/06/2017- Minor improvements for integration tests logging
- Fixed build issue with docFX (ver 2.16.2) and Visual Studio install Path
-
Version
6.4.0
changes, 03/30/2017- Secure communication between client and server now using TLS v1.2
- Added
Power Shell
scripts for easier compilation, build, unit and integration tests, .net documentation generation, and packaging - General source code improvements and modernization
- Using
DocFX
documentation generation tool (ver. 2.15.5) for API reference. - General .net framework enhancements to 4.5 (.NET framework 4.5 or later is recommended).
-
Version
6.3.0
changes, 02/24/2015- Added support for API key authentication. Client certificate validation is still supported,
but is now deprecated. Set
Ris.API.Key
in yourapp.config
file for this to work. - EPTOK new field gets auto-populated when setting a credit card payment. Kount only saves this if the merchant has certain 3rd party call-outs enabled.
- Added support for API key authentication. Client certificate validation is still supported,
but is now deprecated. Set
-
Version
6.0.0
changes, 08/01/2014- Added support for new 'Kount Central' RIS query modes 'J' and 'W'.
Kount gives developers the ability to use the SDK on various platforms and different programming languages. Currently, alongside .NET, Java and PHP are supported.
An SDK version for Python (2.7 and 3+) is still under development.
Some info on unit tests here like build status, coverage percentage.
- Home
- Installation
- Adding Configuration
-
Making Your First Call
- [[
C#
Example for RIS | Making-First-Call#c-example-for-ris ]] - Explanation
- [[
- Response description
- SDK Integration Tests
- Connection Troubleshooting