---
title: "List issued bank slips"
method: GET
path: "/v1/bankslips-issue"
tags: ["Bank slip issuance"]
---

# List issued bank slips

`GET /v1/bankslips-issue`

Retrieve a list of issued bank slips.

## Query parameters

- `perPage` string
- `page` string
- `order` 'ASC' | 'DESC'
- `beginDatetime` string, datetime
- `endDatetime` string, datetime
- `status` string

## Response `200`

Response Body

- BankslipsIssueListIssueResponse
  - `items` BankslipsIssueListIssueItem[]
    - `account_id` integer — Pismo Platform Account ID.
    - `client_request_id` string — Client request ID.
    - `correlation_id` string — Correlation ID.
    - `created_at` string — Date on which the resource was created.
    - `due_date` string — Bank slip due date in ISO 8601 format.
    - `external_id` string — External ID.
    - `id` string — Bank slip ID.
    - `org_id` string — Organization ID.
    - `over_due_date` string — Last day to accept bank slip payments. After this date, the bank slip is not paid.
    - `provider` string — The name of the provvider that issues the bank slip.
    - `issuer` string — The name of the provider that issues the bank slip.
    - `transaction_id` string — Transaction ID related to the bank slip issue. This is the ID that links the bank slip to the specific transaction performed in the payments API. It can be used for tracking, reconciliation, and reference purposes when managing bank slips and their associated transactions.
    - `status` string — status of issued bankslip
    - `updated_at` string — Date on which the bank slip is updated.
  - `pagination` BankslipsIssueOffsetPagination
    - `current_page` integer — Current page.
    - `per_page` integer — Number per page.
    - `total_items` integer — Total items listed on the page.
    - `total_pages` integer — Total pages.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
