Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

.NET Standard version of the Trulioo SDK for C#

License

Notifications You must be signed in to change notification settings

funfair-tech/TruliooClient

 
 

Repository files navigation

Trulioo SDK for C#

.NET Standard Version

  • this is the base conversion of the trulioo sdk, from .net 4.6 to .net standard 2.0
  • this is the starting point for work to be done within the funpassport solution, but is not the finished, packaged, funfair-ised version.
  • last sync with remote fork 30/04/2019
  • upstream readme below

Version 2.1.9.0

The Trulioo Software Development Kit (SDK) for C# contains library code designed to enable developers to customize the integration of GlobalGateway into your automated business processes or website.

Trulioo is a leading global ID verification company providing advanced analytics based on traditional information such as public records, credit files and government data as well as alternative sources including social login providers, ad networks, mobile applications, e-commerce websites and social networks. Trulioo specializes in scoring online identities as authentic, machine generated or fraudulent with our identity bureau, including coverage for the most challenging demographics from emerging markets such as China, Russia, and Brazil.

Trulioo is able to verify five billion individuals and 250 million businesses in 195 countries.

Trulioo enables increased trust and safety online by powering fraud prevention and compliance systems for hundreds of clients including governments, eCommerce merchants, financial services, insurance, health, and travel companies.

Below is an example of initializing the Trulioo API client and test connection:

using Trulioo.Client.V1;

var truliooClient = new TruliooApiClient("-- YOUR WEB SERVICE USER NAME --", "-- YOUR PASSWORD --");

var responseString = await truliooClient.Connection.TestAuthenticationAsync();

Supported platforms

.NET 4.6 (more to come soon)

Development environment

Visual Studio

The Trulioo SDK for C# supports development in Microsoft Visual Studio 2015.

Changelog

The CHANGELOG.md file in the root of the repository contains a description of changes for each version of the SDK.

Documentation and resources

If you need to know more:

Support

  1. You will be granted support if you or your company are already covered under an existing maintenance/support agreement. Send an email to support@trulioo.com and include "Trulioo SDK for C# V1" in the subject line.

  2. Trulioo will NOT provide support for the extension if the core library has been modified. We would also like to know why you modified the code please send feedback to support@trulioo.com

Contact Us

You can reach via channels listed on Trulioo website

License

The Trulioo SDK for C# is licensed under the Apache License 2.0. Details can be found in the LICENSE file.

About

.NET Standard version of the Trulioo SDK for C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%