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.
1.2.0
Install-Package MonCashSDK.NET -Version 1.2.0
- 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
To be filled by MonCash