List issuing invoice logs
GET {{baseInfraUrl}}/{{version}}/issuing-invoice/log
Here you can list and filter all Issuing Invoice Logs. We return it paged.
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. | |
ids | null | List of Issuing Invoice IDs to filter logs. |
RESPONSES
status: OK
{"cursor":"ClYKFAoHY3JlYXRlZBIJCKH_w6CT5_cCEjpqGGR-YXBpLW1zLWNhcmQtaXNzdWVyLWRldnIeCxIRSXNzdWluZ0ludm9pY2VMb2cYgICA5JjDzQkMGAAgAQ==","logs":[{"created":"2022-05-17T20:06:12.361877+00:00","id":"4922239669501952","invoice":{"amount":1000,"brcode":"00020101021226930014br.gov.bcb.pix2571invoice-h.development.starkbank.com/v2/99dd6b55a515467d9fe47c6330aa0ed95204000053039865802BR5925Stark Bank S.A. - Institu6009Sao Paulo62070503***6304D1FB","created":"2022-05-17T20:06:11.895751+00:00","due":"2022-05-24T20:06:11.923645+00:00","id":"6329614553055232","issuingTransactionId":null,"link":"https://starkbank-card-issuer.development.starkbank.com/invoicelink/99dd6b55a515467d9fe47c6330aa0ed9","name":"Lamie Lannister","status":"created","tags":["iron","bank"],"taxId":"20.018.183/0001-80","updated":"2022-05-17T20:06:16.818940+00:00"},"type":"created"},{"created":"2022-05-17T18:21:03.212449+00:00","id":"5407507916783616","invoice":{"amount":10000,"brcode":"00020101021226930014br.gov.bcb.pix2571invoice-h.development.starkbank.com/v2/99d559fa364343ea99d7f194ed2b67dc5204000053039865802BR5925Stark Bank S.A. - Institu6009Sao Paulo62070503***6304B085","created":"2022-05-17T18:12:56.337755+00:00","due":"2022-05-24T18:12:56.357590+00:00","id":"5212706856501248","issuingTransactionId":"5694751571443712","link":"https://starkbank-card-issuer.development.starkbank.com/invoicelink/99d559fa364343ea99d7f194ed2b67dc","name":"Stark Bank S.A. - Instituicao de Pagamento","status":"paid","tags":[],"taxId":"20.018.183/0001-80","updated":"2022-05-17T18:21:06.315262+00:00"},"type":"credited"}]}