{"id":37032589,"url":"https://github.com/gerencianet/gn-api-sdk-dotnet-core","last_synced_at":"2026-01-14T03:59:53.252Z","repository":{"id":48387360,"uuid":"219974146","full_name":"gerencianet/gn-api-sdk-dotnet-core","owner":"gerencianet","description":"SDK em .NET Core integrada a API Gerencianet. Esta SDK está preparada para integração à API Pix e API Boletos da Gerencianet, que lhe permite realizar o gerenciamento de cobranças Pix com QR Code e Pix Copia e Cola, boleto/Bolix, carnê, cartão de crédito e muito mais.","archived":false,"fork":false,"pushed_at":"2024-08-29T19:32:42.000Z","size":75,"stargazers_count":21,"open_issues_count":2,"forks_count":11,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-12-08T15:16:36.958Z","etag":null,"topics":["assinatura","billet","boleto","bolix","card","carne","carnet","cartao-de-credito","csharp","dotnet","dotnet-core","link-de-pagamento","marketplace","pix","pix-copia-e-cola","qrcode","sdk","split","subscription"],"latest_commit_sha":null,"homepage":"https://dev.gerencianet.com.br/docs/instalacao-sdk-dotnet","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerencianet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.MD","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-06T10:46:30.000Z","updated_at":"2025-11-20T01:43:15.000Z","dependencies_parsed_at":"2022-08-25T08:52:21.542Z","dependency_job_id":null,"html_url":"https://github.com/gerencianet/gn-api-sdk-dotnet-core","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gerencianet/gn-api-sdk-dotnet-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerencianet%2Fgn-api-sdk-dotnet-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerencianet%2Fgn-api-sdk-dotnet-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerencianet%2Fgn-api-sdk-dotnet-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerencianet%2Fgn-api-sdk-dotnet-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerencianet","download_url":"https://codeload.github.com/gerencianet/gn-api-sdk-dotnet-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerencianet%2Fgn-api-sdk-dotnet-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assinatura","billet","boleto","bolix","card","carne","carnet","cartao-de-credito","csharp","dotnet","dotnet-core","link-de-pagamento","marketplace","pix","pix-copia-e-cola","qrcode","sdk","split","subscription"],"created_at":"2026-01-14T03:59:52.720Z","updated_at":"2026-01-14T03:59:53.246Z","avatar_url":"https://github.com/gerencianet.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gn-api-sdk-dotnet-core\n\n\u003e A .NET Core library for integration of your application with the payment services\nprovided by [Gerencianet](http://gerencianet.com.br).\n\n\n## Installation\n\nFrom Visual Studio package manager: \n\n```bash\nPM\u003e Install-Package Gerencianet.NETCore.SDK -Version 3.0.0\n```\n\nFrom .NET Cli:\n\n```bash\n\u003e dotnet add package Gerencianet.NETCore.SDK --version 3.0.0\n```\n\n### Tested with\n```\n.NET 5.0\n\n```\n## Atenção\n- O .NET 5.0 é a versão principal do .NET Core após a versão 3.1. O \"Core\" foi removido do nome para enfatizar que essa é a implementação principal do .NET no futuro. O .NET 5.0 dá suporte a mais tipos de aplicativos e mais plataformas do que o .NET Core ou .NET Framework. Por esse motivo, optamos por concentrar todas as atualizações relacionadas ao dotnet apenas nessa SDK.\n- A Gerencianet está disponibilizando um novo endpoint para requisitar o envio de Pix, este endpoint passará a ter um idEnvio como parâmetro na requisição, além disso o método passa a ser o PUT ao invés do POST para fins de idempotência. O método anterior foi descontinuado e o exemplo foi atualizado.\n- Os endpoints da API Open Finance e API de Pagamentos só estão disponíveis em ambiente de produção. Por este motivo, neste cenário o atributo sandbox é desconsiderado.\n\n\n## Basic usage\n\n```c#\nusing Gerencianet.NETCore.SDK;\n...\ndynamic endpoints = new Endpoints(\"client_id\", \"client_secret\", true, \"production.p12\");\n            \nvar body = new \n{\n    calendario = new {\n        expiracao = 3600\n    },\n    devedor = new {\n        cpf = \"12345678909\",\n        nome = \"Francisco da Silva\"\n    },\n    valor = new {\n        original = \"1.45\"\n    },\n    chave = \"71cdf9ba-c695-4e3c-b010-abb521a3f1be\",\n    solicitacaoPagador = \"Informe o número ou identificador do pedido.\"\n};\n\nvar response = endpoints.PixCreateImmediateCharge(null, body);\nConsole.WriteLine(response);\n```\n\n## Examples\n\nYou can run the examples contained in the project `Gerencianet.NETCore.SDK.Examples` by uncommenting the lines in `Program.cs` file.\n\nJust remember to set the correct credentials inside `Gerencianet.NETCore.SDK.Examples/credentials.json` before running.\n\n## Additional documentation\n\nThe full documentation with all available endpoints is in https://dev.gerencianet.com.br/.\n\n## Changelog\n\n[CHANGELOG](CHANGELOG.MD)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/gerencianet/gn-api-sdk-dotnet-core. This project is intended to be a safe, welcoming space for collaboration.\n\n## License\n\nThe library is available as open source under the terms of the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerencianet%2Fgn-api-sdk-dotnet-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerencianet%2Fgn-api-sdk-dotnet-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerencianet%2Fgn-api-sdk-dotnet-core/lists"}