Theme switcher

Dados Boleto

Header Parameters

Authorizationstring Required

Colocar no formato Bearer TOKEN

Acceptstring Required

application/json

Content-Typestring Required

application/json

Path Parameters

idstring Required

Response

200
Object

{ "id": "A0233...", "transaction_id": "A0233...", "account_id": "9F83...", "your_number": "123", "our_number": "0000056...", "type": "BANKSLIP_PIX", "due_date": "2025-10-22T00:00:00.000000Z", "amount": "1000", "payer_name": "teste", "payer_document": "00000000000", "payer_email": "teste@teste.com", "payer_phone_prefix": "11", "payer_phone_number": "111111111", "payer_address_zipcode": "13482300", "payer_address_public_place": "Rua Antonio Palermo", "payer_address_neighborhood": "Parque Residencial Stahlberg", "payer_address_number": "123", "payer_address_complement": null, "payer_address_city": "Limeira", "payer_address_state": "SP", "discount_type": "fixed", "discount_date": null, "discount_amount": null, "late_fine_type": "fixed", "late_fine_date": null, "late_fine_amount": null, "late_payment_type": "fixed", "late_payment_date": null, "late_payment_amount": null, "webhook_url": null, "qr_code": "0002010...", "bar_code": "43599...", "digitable_line": "435900...", "created_at": "2025-10-17T19:57:39.493000Z", "updated_at": "2025-10-17T19:57:41.863000Z", "transaction": { "id": "A02336...", "status": "created" | "paid" | "canceled", "amount": "1000", "original_amount": "1000", "description": null, "external_id": "a023...", "payment_type": "bolepix", "refunded": "0", "voided": "0", "captured": "0", "account_id": "9F83...", "deleted_at": null, "created_at": "2025-10-17T19:57:39.463000Z", "updated_at": "2025-10-17T19:57:41.843000Z", "webhook_url": null, "transactions_pix_cash_in_id": "A0233...", "end_to_end_id": null, "payer_name": null, "payer_national_registration": null, "payer_type": null, "gateway": "9", "transactions_bank_slip_id": null, "transaction_type": "4", "payment_link_id": null, "payer_email": null, "in_infraction": false, "token_used": null, "refund_id": null, "bank_ispb": null, "end_to_end_refund_id": null, "is_threeds": false, "iid": "80..." }, "account": { "id": "9F83E...", "documentNumber": "00000000000000", "businessName": "Desenvolvimentos Porto", "contactNumber": "+5511777777777", "businessEmail": "teste@teste.com", "address": { "id": 222, "postalCode": "580...", "street": "Rua Praia Formosa", "number": "5", "addressComplement": null, "neighborhood": "Mangabeira", "account_id": "9F83EC...", "city": "João Pessoa", "state": "PB", "approved": true, "deleted_at": null, "created_at": "2025-07-30T15:32:31.863000Z", "updated_at": "2025-07-30T15:34:09.827000Z", "state_id": 15, "city_id": 2652 } } }

400
Object

Bad Request -- Composição do request inválido

401
Object

Unauthorized -- Chave TOKEN inválida

403
Object

Forbidden -- Apenas administradores

404
Object

Not Found -- Pedido não existe

405
Object

Method Not Allowed -- Método não permitido

406
Object

Not Acceptable -- Formato JSON inválido

410
Object

Gone -- Essa requisição não existe mais

418
Object

I'm a teapot.

429
Object

Too Many Requests -- Muitas requisições em um curto espaço de tempo

500
Object

Internal Server Error -- Favor tente mais tarde

503
Object

Service Unavailable -- Estamos temporariamente inativos, favor aguardar.

Was this section helpful?

Base URL

Production:

Sandbox:

Language Box

GET

/

Select
1

Response

Was this section helpful?