Pagar.Me SDK (.NET)

Logo

The Pagar.Me SDK for .NET projects

View the Project on GitHub guibranco/pagarme-sdk-dotnet

Pagar.Me SDK client

The Pagar.Me SDK for .NET projects.

GitHub license time tracker

Pagar.Me SDK .NET

CI/CD

Build status Last commit Tests Coverage Code Smells LOC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality

Codacy Badge Codacy Badge codecov

Maintainability Test Coverage

Quality Gate Status Maintainability Rating

Technical Debt Duplicated Lines (%)

Reliability Rating Security Rating

Bugs Vulnerabilities


Installation

Github Releases

GitHub last release Github All Releases

Download the latest zip file from the Release page.

Nuget package manager

Package Version Downloads
PagarMeSDK ViaCEP NuGet Version PagarMeSDK NuGet Downloads

Features

Implements all features of Pagar.Me API available at Pagar.Me


Usage


//sample CSharp code showing how to use the lib
var client = new PagarMeSDKClient();
client.CallSomeMethod();