List tax payment logs
GET {{baseUrl}}/{{version}}/tax-payment/log
Get a paged list of all utility payment logs. A log tracks a change in the payment entity according to its life cycle.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
limit | null | Number of results per cursor. Max = 100. | |
fields | null | List of strings to filter response JSON keys. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
types | null | Filter logs by log types. | |
paymentIds | null | Array of payment ids that are linked to the desired logs. |
RESPONSES
status: OK
{"cursor":"ClYKFAoHY3JlYXRlZBIJCIvCxLHtkvICEjpqGGl-YXBpLW1zLXRheC1wYXltZW50LXNieHIeCxIRQmFyQ29kZVBheW1lbnRMb2cYgICA4NC72goMGAAgAQ==","logs":[{"payment":{"status":"canceled","scheduled":"2021-08-03T11:00:00+00:00","updated":"2021-08-02T17:24:09.019804+00:00","description":"3a4621cd41d2f8fc4ff28b6279288f66d9594d68e1ed356f03ccc0e7cc99076f","tags":[],"line":"85660000000 9 65560064007 3 41190025511 7 00010601813 8","id":"6214983469760512","fee":0,"created":"2021-08-02T17:23:56.615592+00:00","barCode":"85660000000655600640074119002551100010601813","amount":6556,"type":"darf","transactionIds":[]},"errors":[],"type":"canceled","id":"5886951785758720","created":"2021-08-02T17:24:07.863108+00:00"},{"payment":{"status":"created","scheduled":"2021-08-03T11:00:00+00:00","updated":"2021-08-02T17:24:09.019685+00:00","description":"3a4621cd41d2f8fc4ff28b6279288f66d9594d68e1ed356f03ccc0e7cc99076f","tags":[],"line":"85660000000 9 65560064007 3 41190025511 7 00010601813 8","id":"6214983469760512","fee":0,"created":"2021-08-02T17:23:56.615592+00:00","barCode":"85660000000655600640074119002551100010601813","amount":6556,"type":"darf","transactionIds":[]},"errors":[],"type":"canceling","id":"6027372620939264","created":"2021-08-02T17:24:07.746827+00:00"}]}