Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.16 KB

Paymongo .NET SDK

Overview

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.

Installation

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

Supported Frameworks

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.

Roadmap

See the open issues for a list of proposed features (and known issues).

Documentation