Skip to main content

Search Wallet Bank Slip

The wallet bank slip search will return information about the bank slip associated with the wallet, including barcode and digitable line.

Attention

The wallet bank slip is only generated after the closure of the first invoice.

Request

ENDPOINT
/v2/invoice/wallet/WALLET_KEY/wallet_bank_slip
METHOD
GET

Path Parameters

FieldTypeDescriptionCharacters
wallet_keyuuidv4Wallet unique key in UUID v4 format36

Response

STATUS
200
Response Body: Bank slip details
{
"wallet_bank_slip_key": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"wallet_bank_slip_status": "accepted",
"bank_slip_amount": 150.00,
"bank_slip_due_date": "2024-02-15",
"bank_slip_data": {
"barcode": "32991090000000150001234567890123456789012345",
"digitable_line": "32991234567890123456789012345678901234567890123"
}
}

Response Body Params

FieldTypeDescriptionCharacters
wallet_bank_slip_key *uuidv4Unique identification key of the wallet bank slip in uuid v4 format36
wallet_bank_slip_status *stringBank slip statuswallet_bank_slip_status enumerators
bank_slip_amount *floatBank slip amount-
bank_slip_due_date *stringBank slip due date (YYYY-MM-DD format)10
bank_slip_data *objectBank slip data containing barcode and digitable linebank_slip_data object

bank_slip_data object

FieldTypeDescriptionCharacters
barcode *stringBank slip barcode44
digitable_line *stringBank slip digitable line47

wallet_bank_slip_status enumerators

EnumeratorDescription
acceptedBank slip accepted, awaiting registration confirmation
registeredBank slip registered and available for payment

Error Response

STATUS
4xx
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP Code
status
QI Code
code
Title
title
Description (eng)
description
Description (pt-br)
translation
404CIN000007Wallet not FoundWallet with key: abeca0d0-a09d-4b3b-a495-40b553422ced was not foundCarteira com a chave: abeca0d0-a09d-4b3b-a495-40b553422ced não foi encontrado
404CIN000093Not FoundWallet bank slip was not foundBoleto da carteira não foi encontrado