List issuing invoices
GET {{baseInfraUrl}}/{{version}}/issuing-invoice
Here you can list and filter all Issuing Invoices you have made. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
fields | null | String used to get the next batch of results. | |
limit | 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. | |
status | null | Filter for status of retrieved objects. | |
tags | null | Filter entities that contain the specified tags. |
RESPONSES
status: OK
{"cursor":"ClMKFAoHY3JlYXRlZBIJCLadk9OS5_cCEjdqGGR-YXBpLW1zLWNhcmQtaXNzdWVyLWRldnIbCxIOSXNzdWluZ0ludm9pY2UYgICApK3x1wkMGAAgAQ==","invoices":[{"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.784144+00:00"},{"amount":10000,"brcode":"00020101021226930014br.gov.bcb.pix2571invoice-h.development.starkbank.com/v2/abb8c90c6b3e4b00a3ff223e626985a15204000053039865802BR5925Stark Bank S.A. - Institu6009Sao Paulo62070503***630422DB","created":"2022-05-17T18:18:20.932790+00:00","due":"2022-05-24T18:18:20.959304+00:00","id":"5453074432786432","issuingTransactionId":"6017752305238016","link":"https://starkbank-card-issuer.development.starkbank.com/invoicelink/abb8c90c6b3e4b00a3ff223e626985a1","name":"Stark Bank S.A. - Instituicao de Pagamento","status":"paid","tags":[],"taxId":"20.018.183/0001-80","updated":"2022-05-17T18:21:02.398275+00:00"}]}