Home
Softono

Gn Api Sdk Java Examples

Open source Java
15
Stars
7
Forks
0
Issues
7
Watchers
3 years
Last Commit

 About Gn Api Sdk Java Examples

Exemplos de consumo da SDK em Java integrada a API Gerencianet. Neste repositório você encontra exemplos de 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.

Platforms

Web Self-hosted

Languages

Java

Need Help Installing Gn Api Sdk Java Examples?

We provide expert installation service for this software. Our team will install, configure, and secure Gn Api Sdk Java Examples on your server. plans start at just $30.

Gn Api Sdk Java Examples

View on GitHub

gn-api-sdk-java Using Examples

This project has some java file examples to test the Java SDK for Gerencianet API.

Requirements

  • Java >= 7.0

Running examples

Update src/main/resources/credentials.json file with client_id, client_secret and certificate of your application.

You can run using any Java IDE, like Eclipse or Netbeans, with Maven plugin installed, and follow these steps:

  1. clone this git repository in a local directory of your choice;
  2. on your IDE, open the folder as a Maven project. It'll download gn-api-sdk-java as a dependencie;
  3. choose any project's example and run it as a Java Application. The result will be displayed on the console.

:warning: Some examples require you to change some parameters to work, like br.com.gerencianet.carnet.json.Detail.java where you must change the id parameter.