Paymongo is an Filipino payment gateway provider that helps ease the jobs of businesses and developers when it comes t processing of credit cards, bank deposits, electronic wallets or cash within the Philippines. The Paymongo .NET SDK provides a wrapper to access Paymongo's API.
More details can be seen in their documentation.
The Paymongo .NET SDK is available on Nuget as Paymongo. Use the following command to install it with the Nuget package manager:
$ Install-Package Paymongo -Version $VERSION
Or use the dotnet
command-line utility as follows:
$ dotnet add package Paymongo --version $VERSION
Paymongo .NET SDK is a .NET Standard 2.0 project that supports the following frameworks:
- .NET Framework 4.6.1+
- .NET Core 2.0+
Note: This is as mentioned in the .NET Standard documentation.
See the open issues for a list of proposed features (and known issues).