Daily Transactions Summary
For getting daily transactions summary on the merchant application, the getTodayTransactionsSummary method of the library should be called. This function is used to get daily transactions through the library. The function takes DailySummaryListener interfaces as parameters.
Daily Summary Listener
Key of the map is currency value and the result object contains the details of the payments made in that currency.
A sample response in json format
Daily Summary Result Data
Send Daily Summary Report
This function is used to send the daily transaction report to the merchant's defined mail address.
Send Mail Listener
Last updated