List deposit logs
GET {{baseUrl}}/{{version}}/deposit/log
Get a paged list of all deposit logs. A log tracks a change in the deposit entity according to its life cycle.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. Our SDKs handle this for you. | |
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. | |
types | null | Filter for log event types | |
depositIds | null | List of deposit Ids to filter |
RESPONSES
status: OK
{"cursor":null,"logs":[{"deposit":{"status":"created","updated":"2020-11-16T03:56:17.068273+00:00","accountNumber":"3731460","taxId":"95.380.472/0001-23","accountType":null,"transactionIds":["5670419491192832"],"bankCode":"30306294","id":"5721207605297152","fee":50,"name":"EMPRESA DE MEIOS DE PAGAMENTOS LTDA","created":"2020-11-16T03:56:15.449640+00:00","tags":[],"branchCode":"1","amount":1999,"type":"pix"},"errors":[],"type":"credited","id":"5660188736487424","created":"2020-11-16T03:56:15.969617+00:00"},{"deposit":{"status":"created","updated":"2020-11-16T03:56:17.068135+00:00","accountNumber":"3731460","taxId":"95.380.472/0001-23","accountType":null,"transactionIds":[],"bankCode":"30306294","id":"5721207605297152","fee":null,"name":"EMPRESA DE MEIOS DE PAGAMENTOS LTDA","created":"2020-11-16T03:56:15.449640+00:00","tags":[],"branchCode":"1","amount":1999,"type":"pix"},"errors":[],"type":"created","id":"5694034018304000","created":"2020-11-16T03:56:15.496384+00:00"},{"deposit":{"status":"created","updated":"2020-10-31T04:06:02.095461+00:00","accountNumber":"3731460","taxId":"16.707.495/0001-23","accountType":null,"transactionIds":["5682621057073152"],"bankCode":"30306294","id":"5634161670881280","fee":0,"name":"EMPRESA DE MEIOS DE PAGAMENTOS LTDA","created":"2020-10-31T03:51:40.411834+00:00","tags":[],"branchCode":"1","amount":1399,"type":"pix"},"errors":[],"type":"credited","id":"5632499082330112","created":"2020-10-31T04:06:01.546549+00:00"},{"deposit":{"status":"created","updated":"2020-10-31T04:06:02.095328+00:00","accountNumber":"3731460","taxId":"16.707.495/0001-23","accountType":null,"transactionIds":[],"bankCode":"30306294","id":"5634161670881280","fee":null,"name":"EMPRESA DE MEIOS DE PAGAMENTOS LTDA","created":"2020-10-31T03:51:40.411834+00:00","tags":[],"branchCode":"1","amount":1399,"type":"pix"},"errors":[],"type":"created","id":"5644004762845184","created":"2020-10-31T03:51:40.470890+00:00"}]}