Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.06 KB

MonCash Logo

Mon Cash .NET SDK

The SDK is a C# Class Library allowing users to:

  • Create a payment request and retrieve a token to redirect client to the Mon Cash Gateway to complete payment.
  • Retrive informations about a Transaction using the Transaction ID number or the Order ID nuber.

Version

1.2.0

Importing into Visual Studio

Nuget

Package Manager

Install-Package MonCashSDK.NET -Version 1.2.0

More details here

GitHub

  • Clone the repository
  • In the Solution Explorer, Right-Click on your Solution
  • Point to Add
  • Click Existing Project
  • Navigate to the directory where you cloned the SDK from Github
  • Select the Solutions file and click open
  • Finally, Add the NetMonCashSDK Prject as a Reference to your own project

Note

Credits

License

To be filled by MonCash