https://github.com/thiagobarradas/mundipagg-dotnet
Client for new Mundipagg API!
https://github.com/thiagobarradas/mundipagg-dotnet
app dotnet dotnet-core dotnet-core2 gateway multithreading mundipagg payments sdk
Last synced: about 1 year ago
JSON representation
Client for new Mundipagg API!
- Host: GitHub
- URL: https://github.com/thiagobarradas/mundipagg-dotnet
- Owner: ThiagoBarradas
- License: mit
- Created: 2018-10-31T19:42:02.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-25T20:32:15.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T20:05:38.459Z (about 1 year ago)
- Topics: app, dotnet, dotnet-core, dotnet-core2, gateway, multithreading, mundipagg, payments, sdk
- Language: C#
- Size: 480 KB
- Stars: 3
- Watchers: 4
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://barradas.visualstudio.com/Contributions/_build/latest?definitionId=21&branchName=develop)
[](https://sonarcloud.io/dashboard?id=ThiagoBarradas_mundipagg-dotnet)
[](https://www.nuget.org/packages/Mundipagg/)
[](https://www.nuget.org/packages/Mundipagg/)
# Mundipagg Client for Dotnet Applications
This is a unofficial api client to integrate with mundipagg api. Please, keep in your mind you cannot get mundipagg support for this SDK, you can only get some help creating a issue here. Thanks and feel free to contribute with this repository. :)
Basic Sample
```
IMundipaggApiClient client = new MundipaggApiClient(secretKey: "sk_xxxx", timeout: 30000);
var request = new CreateOrderRequest();
var result = client.Order.CreateOrder(request);
```
## Install via NuGet
```
PM> Install-Package Mundipagg
```
## How can I contribute?
Please, refer to [CONTRIBUTING](.github/CONTRIBUTING.md)
## Found something strange or need a new feature?
Open a new Issue following our issue template [ISSUE_TEMPLATE](.github/ISSUE_TEMPLATE.md)
## Changelog
See in [nuget version history](https://www.nuget.org/packages/Mundipagg)
## Did you like it? Please, make a donate :)
if you liked this project, please make a contribution and help to keep this and other initiatives, send me some Satochis.
BTC Wallet: `1G535x1rYdMo9CNdTGK3eG6XJddBHdaqfX`
