get https://api-uat.azupay.com.au/v1/report
Provides a list of reports that can be passed onto GET /report/download API endpoint. You can supply
month + timezone
query parameters OR you can supply fromDate + toDate
. The former provides you a list of all
reports automatically generated by azupay whilst the latter provides you with a report for the date range
specified.
Because fromDate
and toDate
contain special HTML entities (i.e. :
and +
), they must be encoded.
Example: 2022-06-02T12:11:00.999+0530
must be supplied as 2022-06-02T12%3A11%3A00.999%2B0530