- Add purchaseAirtime method to handle airtime purchases Hachther Co. A minute ago
- Rename getTransactions to listTransactions
- Add getTransactions method to get a transaction by its id
- Add fundraising operations
- Add wallet operations
- Add refund transaction operation
- Parameters for make_collect and make_deposit are not more passed as dict but as keyword arguments
- Remove security operations
- Change parameter ts(str) to date(datetime) in Transaction class
Fix bug of request body stringify
- Fixing some bug of status in Transaction response
Only one parameter is now passed to makeDeposit and makeCollect. The parameter is a Map that will contain all details of your request.
Update gradle config and make the code compatible with JAVA 1.8
Update gradle config and make the code compatible with JAVA 1.8
- Reorganize some parts of the code
- Implementation of checkTransaction of the endpoint to check the status of a transaction at the operator level