Skip to main content

Bank Slip Details

API data

Conciliation & Bank Slips API
These APIs are used for additional features such as bank slip issuance and management:

This endpoint retrieves bank slip details, returning complete information such as amount, status, payer data, and payment history.

GET /api/billissuer/information?accountNumber={accountNumber}&id_bill={id_bill}

This method receives the account and bank slip identifiers and returns the detailed data.

Request
{
"accountNumber": "long",
"id": "string",
}

Data dictionary - Parameters

HEADERDESCRIPTIONTYPESIZENOTES
accountNumberAccount number that issued the bank sliplong--
idUnique bank slip identifierString-Bank slip identifier
Response
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0.00,
"issueDate": "2023-01-01",
"dueDate": "2023-01-01",
"payerDocument": "string",
"payerName": "string",
"payerStreetAndNumber": " string ",
"payerZipCode": " string ",
"payerCity": " string ",
"payerCityState": " string ",
"payerNeighborhood": "string”,
"payerPhoneNumber": "string",
"effectivePaymentDate": "2023-01-01",
"effectiveCreditDate": "2023-01-01",
"effectivePaymentValue": 0,
"barCode": null,
"digitableLine": null,
"pixEmv": null,
"status": 1,
"success": true,
"message": "string"
}

Data dictionary - Response

HEADERDESCRIPTIONTYPESIZENOTES
IdUnique bank slip identifierString-Bank slip identifier
ValueOriginal bank slip amountdecimal11, 2Format: 0.00
DueDateDue datedate-Format: YYYY-MM-DD
PayerDocumentPayer documentString14Numbers only
PayerNamePayer nameString50-
PayerZipCodePayer ZIP codeString8Numbers only
PayerCityPayer cityString100-
PayerCityStatePayer state (UF)String2-
PayerStreetAndNumberPayer street and numberString100-
PayerNeighborhoodPayer neighborhoodString50-
effectivePaymentDateDate the bank slip payment was recordedDate-Format: YYYY-MM-DD
effectiveCreditDateDate the bank slip payment value was creditedDate-Format: YYYY-MM-DD
effectivePaymentValuePaid amountDecimal11, 2-
barCodeBarcodeString--
digitableLineDigitable lineString--
pixEmvPix EMV (if Pix issuance is enabled)String--
statusBank slip statusint-1 = Processing; 2 = Issued; 3 = Paid; 99 = Failed
successDetails request statusbool-true for successful requests; false for invalid requests
messageReturn messagestring-Error details, if any

Availability

Queries can be made at any time.

Additional Information

Queries can be made at any time.