---
title: "Get issued bank slip"
method: GET
path: "/v1/bankslips-issue/client-requests/{clientRequestId}"
tags: ["Bank slip issuance"]
---

# Get issued bank slip

`GET /v1/bankslips-issue/client-requests/{clientRequestId}`

Retrieve a previously issued bank slip from the provider. This endpoint only returns one bank slip at a time.

## Path parameters

- `clientRequestId` string, required

## Headers

- `Idempotency-key` string, required

## Response `200`

Response Body

- BankslipsIssueGetIssueResponse
  - `account_id` integer — Pismo Platform Account ID.
  - `amount` number — Bank slip amount.
  - `bar_code` string — Bar code encoding bank slip information such as the bank code, currency code, check digit, due date, amount, and beneficiary information.
  - `client_request_id` string — Client request ID.
  - `correlation_id` string — Correlation ID.
  - `created_at` string — Date on which the resource was created.
  - `debtor` BankslipsIssueIssueDebtor
    - `city` string — City where the debtor resides.
    - `complement` string — Additional address.
    - `document_number` string — A government document number, such as a CPF (Brazil) - Cadastro de Pessoas Fisicas (Indiviual Taxpayer Registry) number, CNPJ (Brazil) - Cadastro Nacional de Pessoa Juridica (National Registry of Legal Entities) number - unique ID for legal entities, such as companies and organizations.
    - `name` string — Debtor's full name.
    - `neighborhood` string — Neighborhood name where the debtor resides.
    - `number` string — Street number.
    - `state` string — The name of the state.
    - `street` string — The name of the street where the debtor resides.
    - `zip_code` string — Zip code.
  - `description` string — Description detailing the bank slip.
  - `digitable_line` string — Digitable line.<br> For example on a Brazilian bank slip, the digitable line contains numerical payment information encoding details like the payment amount, due date, beneficiary information, and other transaction-specific data.
  - `due_date` string — Bank slip due date in ISO 8601 format.
  - `external_id` string — External ID.
  - `id` string — Bank slip ID.
  - `instructions` BankslipsIssueIssueInstructions
    - `fine` number, required — Fine to be applied to the bank slip amount if overdue.
    - `interest` number, required — Interest to be applied to the bank slips amount when overdue.
    - `discount` BankslipsIssueIssueDiscount
      - `amount` number — Discounted amount to be applied to the bank slip amount if paid before or on the deadline.
      - `deadline` string — Discount deadline.
      - `type` string — Fixed bank slip type
  - `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.
  - `paid_amount` number — Bank slip paid amount.
  - `pix_emv` string — The emv string that is used to pay (Pix Copia e Cola). Can be used to generate the QRCode image representation.
  - `pix_key` string — PIX key related to the bank slip.
  - `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.
  - `receiver` BankslipsIssueIssueReceiver
    - `document_number` string — Recipient 's document number.
    - `name` string — Recipient name.
  - `status` string — status of issued bankslip
  - `updated_at` string — Date on which the bank slip is updated.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error
- `502` — Bad Gateway

---

[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)
