List tax payment
GET {{baseUrl}}/{{version}}/tax-payment
Get a list of non-deleted tax payments in chunks of at most 100. If you need smaller chunks, use the limit parameter.
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. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
ids | null | List of strings to get specific entities by ids. | |
status | null | Filter payments by the specified status. | |
tags | null | Filter entities that contain the specified tags. |
RESPONSES
status: OK
{"cursor":"ClMKFAoHY3JlYXRlZBIJCJCYoJPnkvICEjdqGGl-YXBpLW1zLXRheC1wYXltZW50LXNieHIbCxIOQmFyQ29kZVBheW1lbnQYgICAsOzEmgkMGAAgAQ==","payments":[{"status":"processing","scheduled":"2021-08-02T16:56:13.518759+00:00","updated":"2021-08-02T16:56:21.002733+00:00","description":"34371b8f231d8c250635642ecae48ba7785192782634e930bf92b499e4827e45","tags":["test1","test3"],"line":"85660000009 0 23280064007 9 41190025511 7 00010601813 8","id":"6309164250824704","fee":0,"created":"2021-08-02T16:56:13.624442+00:00","barCode":"85660000009232800640074119002551100010601813","amount":92328,"type":"darf","transactionIds":[]},{"status":"processing","scheduled":"2021-08-02T16:56:13.518422+00:00","updated":"2021-08-02T16:56:19.109976+00:00","description":"78a28d24cedb0be827c19a960819a9bc33b14d9457421c2b582f879b99da9801","tags":["test1","test1","test3"],"line":"81660000001 1 07655701007 1 41190025511 7 00010601813 8","id":"5183264343982080","fee":0,"created":"2021-08-02T16:56:13.624336+00:00","barCode":"81660000001076557010074119002551100010601813","amount":10765,"type":"iss","transactionIds":[]}]}