List transfer logs
GET {{baseUrl}}/{{version}}/transfer/log
Get a paged list of all transfer logs. A log tracks a change in the transfer 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. | |
transferIds | null | Array of transfer ids that are linked to the desired logs. |
RESPONSES
status: OK
{"cursor":"Ck0KFAoHY3JlYXRlZBIJCIH3wIzvxesCEjFqFWl-YXBpLW1zLXRyYW5zZmVyLXNieHIYCxILVHJhbnNmZXJMb2cYgICAvKWHlwoMGAAgAQ==","logs":[{"transfer":{"status":"created","scheduled":"2020-09-01T11:00:00+00:00","updated":"2020-08-31T16:32:09.350994+00:00","tags":["tip","food"],"taxId":"845.353.790-92","transactionIds":[],"bankCode":"001","id":"5163783169245184","fee":200,"name":"Tony Stark","created":"2020-08-31T16:32:07.862774+00:00","accountNumber":"12345-2","branchCode":"5432","amount":20000},"errors":[],"type":"created","id":"5167955226656768","created":"2020-08-31T16:32:08.043694+00:00"},{"transfer":{"status":"created","scheduled":"2020-09-02T11:00:00+00:00","updated":"2020-08-31T16:32:08.527488+00:00","tags":["debts","food"],"taxId":"330.731.970-10","transactionIds":[],"bankCode":"001","id":"5726733122666496","fee":200,"name":"Steve Rogers","created":"2020-08-31T16:32:07.862519+00:00","accountNumber":"123456-0","branchCode":"1234","amount":10000},"errors":[],"type":"created","id":"5730905180078080","created":"2020-08-31T16:32:08.043393+00:00"}]}