/boletos/{id}Obter Boleto
Parameters
Path Parameters
| Name | Type |
|---|---|
idrequired | string (uuid) |
Responses
Response with information related to an issued boleto
Identificador principal
Valor do Boleto
Status atual do boleto. - `OPEN`: o boleto foi emitido e está aguardando pagamento. - `PAID`: o boleto foi pago (veja `paidAt`, `amountPaid`, `paymentOrigin`). - `OVERDUE`: a data de vencimento passou e o boleto não foi pago. - `CANCELLED`: o boleto foi cancelado pelo emissor. - `PROTESTED`: o boleto foi enviado para um processo de protesto/buro de crédito.
Seu identificador para este boleto
Data de vencimento do boleto
Payer tax number (CPF/CNPJ)
Type of person (individual or business)
Payer name
Payer street address
Payer address number
Additional address information
Payer neighborhood
Payer city
Payer state
Payer ZIP code
Payer email
Payer area code
Payer phone number
Código QR PIX para pagamento
Linha digitável do Boleto
Identificador interno do banco para o boleto
Código de barras do Boleto
ID da conexão do boleto usada para criar este boleto
Data em que o boleto foi criado
Valor que foi pago por este boleto
Origem do pagamento quando o boleto é pago
Informações detalhadas sobre pagamento atrasado
Fine value
Type of fine calculation
Informações sobre juros para pagamento atrasado
Interest value
Type of interest calculation
Data em que o boleto foi pago
Example response
{
"id": "string",
"amount": 0,
"status": "OPEN",
"seuNumero": "string",
"dueDate": "2024-01-01T00:00:00Z",
"payer": {
"taxNumber": "string",
"personType": "string",
"name": "string",
"addressStreet": "string",
"addressNumber": "string",
"addressComplement": "string",
"addressNeighborhood": "string",
"addressCity": "string",
"addressState": "string",
"addressZipCode": "string",
"email": "string",
"ddd": "string",
"phoneNumber": "string"
},
"pixQr": "string",
"digitableLine": "string",
"nossoNumero": "string",
"barcode": "string",
"boletoConnectionId": "550e8400-e29b-41d4-a716-446655440000",
"createdAt": "2024-01-01T00:00:00Z",
"amountPaid": 0,
"paymentOrigin": "PIX",
"fine": {
"value": 0,
"type": "PERCENTAGE"
},
"interest": {
"value": 0,
"type": "PERCENTAGE"
},
"paidAt": "2024-01-01T00:00:00Z"
}curl -X GET \
'https://api.pluggy.ai/boletos/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY'{
"id": "string",
"amount": 0,
"status": "OPEN",
"seuNumero": "string",
"dueDate": "2024-01-01T00:00:00Z",
"payer": {
"taxNumber": "string",
"personType": "string",
"name": "string",
"addressStreet": "string",
"addressNumber": "string",
"addressComplement": "string",
"addressNeighborhood": "string",
"addressCity": "string",
"addressState": "string",
"addressZipCode": "string",
"email": "string",
"ddd": "string",
"phoneNumber": "string"
},
"pixQr": "string",
"digitableLine": "string",
"nossoNumero": "string",
"barcode": "string",
"boletoConnectionId": "550e8400-e29b-41d4-a716-446655440000",
"createdAt": "2024-01-01T00:00:00Z",
"amountPaid": 0,
"paymentOrigin": "PIX",
"fine": {
"value": 0,
"type": "PERCENTAGE"
},
"interest": {
"value": 0,
"type": "PERCENTAGE"
},
"paidAt": "2024-01-01T00:00:00Z"
}