Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.63 KB

readme.md

File metadata and controls

51 lines (32 loc) · 1.63 KB

PayXpert Payment Gateway C# SDK

This library is the official C# client to interact with the PayXpert Payment Gateway system. The whole payment workflow is implemented through easy to use methods. This repository contains Visual Studio solutions with two projects

  • PayXpertLibrary (for PaymentGateway)
  • SDKTest application (console Windows application)

Exploring SDKTest sources you can find suggestions about this SDK usage.

Installation

Using the [.NET Core command-line interface (CLI) tools][dotnet-core-cli-tools]:

dotnet add package PayXpertLibrary --version 1.0.0

Using the [NuGet Command Line Interface (CLI)][nuget-cli]:

nuget install PayXpertLibrary

Using the [Package Manager Console][package-manager-console]:

Install-Package PayXpertLibrary

Or you can download code from here and include to your project PayXpertLibrary

Compatibility

This library was tested with

  • .NET Framework 4.5
  • .NET Core 2

Running demo

Before running a demo you will need to have originator ID and password provided by PayXpert. You can request them in PayXpert website.

To run the demo, please clone a repository. You can open in Visual Studio the whole solution "PayXpert.sln" You will need to open a file OriginatorConfig-Test.cs in SDKTest project folder, uncomment everything and set the relevat originator data received from PayXpert. To run the demos, choose SDKTest as startup project and run it pressing F5.

Documentation

All the documentation related Payment Gateway commands and SDK usage could be found in our documentation page.