List utility payments
GET {{baseUrl}}/{{version}}/utility-payment
Get a list of non-deleted utility 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. | |
tags | null | Filter entities that contain the specified tags. | |
ids | null | List of strings to get specific entities by ids. | |
status | null | Filter payments by the specified status. | |
fields | null | List of strings to filter response JSON keys. |
RESPONSES
status: OK
{"cursor":null,"payments":[{"status":"created","scheduled":"2020-09-25T15:00:00+00:00","updated":"2020-09-01T16:59:46.507349+00:00","description":"Electricity for the Long Night","tags":["energy","winterfell"],"line":"83660000001 9 98480138007 7 41190025511 7 00010601813 8","id":"5123150740193280","fee":0,"created":"2020-09-01T16:59:46.271363+00:00","barCode":"83660000001984801380074119002551100010601813","amount":19848,"type":"utility","transactionIds":[]}]}