Java implementation of iRecarga API. iRecarga is a brazilian company that allows it's customers to recharge prepaid cellphones with the major providers in Brazil.
Translated from their website: iRecarga is your cellphone recharge machine, entirely online, no cost, taxes or monthly payment. Make recharges in your own store, increase flow of people and watch your sales grow. Website: https://www.irecarga.com.br/
The goal of this project is to build a simple java implementation of iRecarga's API.
- Download latest version;
- Add to your workspace the java json implementation;
- Go to core/IRecarga.java and edit your account information (email and password);
- Go to test/Main.java and edit all the information regards to the target recharge;
WARNING: THERE ARE NOT MANY PROTECTIONS FOR THE INPUT VALUES, BE CAREFULL, IRECARGA PLATFORMS ACCEPTS RECHARGES OF R$ 100,00.
- Compile the code and run it.