Get an issuing invoice log by ID
GET {{baseInfraUrl}}/{{version}}/issuing-invoice/log/:logId
Get a single Issuing Invoice Log by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. |
RESPONSES
status: OK
{"log":{"created":"2022-05-17T18:21:03.212449+00:00","id":"5407507916783616","invoice":{"amount":10000,"created":"2022-05-17T18:12:56.337755+00:00","id":"5212706856501248","issuingTransactionId":"5694751571443712","status":"paid","tags":[],"taxId":"20.018.183/0001-80","updated":"2022-05-17T18:21:06.315262+00:00"},"type":"credited"}}