Get deposit log by ID

GET {{baseUrl}}/{{version}}/deposit/log/:depositId

Get a single deposit log by its id.

Request Params

KeyDatatypeRequiredDescription
fieldsnullList of strings to filter response JSON keys. Not available in the SDKs.

RESPONSES

status: OK

{"log":{"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"}}