
Demo APK
The APK is a demo tool for using the TC service. It includes a basic implementation of how to work with our Agamento app as a service and send TweezerComm requests. This will help you gain a better understanding of how it works, making it easier for you to implement it.Sample Code
Use the code sample below to understand how to integrate with our Agamento app as a service within your APK. The only part you need to adjust in the code is the JSON fields that will be sent in the requests. For example, refer to thedoTransaction Command function (located in AgamentoMethods.java). In that function, you will find where the fields and values for the JSON file are set.
For instance, put(βcurrencyβ,CURRENCY) is set based on the configured currency at the beginning of the code: String CURRENCY = β376β

TweezerComm CommandsThe TweezerComm commands should be based on the API and relevant to your specific payment service.