v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBank slip issuance
Get issued bank slip
Retrieve a previously issued bank slip from the provider. This endpoint only returns one bank slip at a time.
get/v1/bankslips-issue/client-requests/{clientRequestId}
Path parameters
clientRequestIdstring required
Client request ID returned using the bank slip issue endpoint.
Headers
Idempotency-keystring required
A UUID (without hyphens) to ensure the operation remains idempotent, allowing for operation repetition without causing unintended effects or duplication. Identifies the transaction on future events.
Response
Response Body
Example response
{
"account_id": 123,
"amount": 100,
"bar_code": "6049000117010051039060004359977819483000015380998174912864",
"client_request_id": "6d6bdd2c-9980-4cf1-87ff-123",
"correlation_id": "c537939d-5442-48b6-8b84-66465ba68880",
"created_at": "2024-07-24T00:00:00Z",
"debtor": {
"city": "New York",
"complement": "Complement",
"document_number": "00000000000",
"name": "John Doe",
"neighborhood": "Neighborhood",
"number": "123",
"state": "UF",
"street": "Street",
"zip_code": "00000000"
},
"description": "Long description.",
"digitable_line": "60490001170100510390600043599778194830000153809",
"due_date": "2024-07-25T00:00:00Z",
"external_id": "6d6bdd2c-9980-4cf1-87ff-456",
"id": "050d8e9b-586e-4419-af13-d7c6be012fb2",
"instructions": {
"fine": 5,
"interest": 10,
"discount": {
"amount": 10,
"deadline": "2024-09-25T00:00:00.000Z",
"type": "fixed"
}
},
"org_id": "TN-000000000-00000-00000-0000-00000000000000",
"over_due_date": "2024-07-25T00:00:00Z",
"paid_amount": 100,
"pix_emv": "00020101021226980014br.gov.bcb.pix2576qrcode-h.pix.provider.com.br/pixqrcode/v2/cobv/cf8aebf27395133f638ca19870a5ef5204000053039865802BR5916",
"pix_key": "pixkey@pix.com.br",
"provider": "BTG",
"issuer": "PISMO",
"transaction_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "REGISTERED",
"updated_at": "2024-07-25T00:00:00Z"
}