v1
latestOpenAPI 3.0.12026-07-245303882.5 MBBill
Busca do boleto.
get/bill/{id}
Path parameters
idstring required
Identificador único do boleto.
Response
Success
Example response
{
"id": "6659cffd92bdd93b23773661",
"walletCode": 103,
"requestId": "9b37e3f9-c59e-4b47-a93e-41f66e89df88",
"bankNumber": 1,
"billNumber": 3024061305151269000,
"billReferenceNumber": 3024061305151269000,
"beneficiary": {
"name": "Nome ou Razão Social do beneficiário",
"documentType": "CNPJ",
"document": "51236721000136"
},
"beneficiaryFinal": {
"name": "Nome ou Razão Social do beneficiário",
"documentType": "CNPJ",
"document": "51236721000136"
},
"payer": {
"name": "Nome ou Razão Social do pagador",
"documentType": "CNPJ",
"document": "17910432000132",
"address": "Logradouro do pagador",
"city": "São Paulo",
"state": "SP",
"zipCode": "08675040"
},
"barcode": "50997000000000000000000000000000000000000019",
"digitableLine": "50990000090000000000000000000191700000000000000",
"nominalValue": 2500,
"issueDate": "2024-05-18",
"dueDate": "2024-06-10",
"documentKind": "DUPLICATA_MERCANTIL",
"paymentType": "PARCIAL",
"status": "PROCESSAMENTO",
"maxValue": 1200,
"minValue": 10,
"partials": 12,
"discount": {
"discountType": "DATA_FIXA",
"discountOne": {
"value": 100,
"limitDate": "2023-05-12"
},
"discountTwo": {
"value": 100,
"limitDate": "2023-05-12"
},
"discountThree": {
"value": 100,
"limitDate": "2023-05-12"
}
},
"deductionValue": 32.5,
"fine": {
"percentage": 20,
"daysAmount": 10
},
"interestPercentage": 10,
"settleDaysAmount": 10,
"tags": [
{
"key": "IDSAP",
"value": "125262"
}
]
}