Listando Cobranças de um Carnê

Path Params
book_payment_id
integer
REQUIRED
ID do Carnê
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller]

Response
{
    "meta": {
        "limit": 20,
        "next": null,
        "offset": 0,
        "previous": null,
        "total_count": 2
    },
    "objects": [
        {
            "allow_duplicate": true,
            "amount": "250.00",
            "amount_paid": "0.00",
            "barcode": "00190.00009 01014.051005 00000.787176 7 72370000001000",
            "book_payment": "/api/v1/bookpayments/51/",
            "canceled_at": "2019-08-21T17:15:11.244362",
            "created_at": "2019-08-21T11:26:18.953550",
            "customer_id": 741,
            "description": "Parcela 2 de 2",
            "discount": "0.00",
            "discount_days": 0,
            "due_date": "2019-09-21",
            "expected_on": null,
            "id": 1180,
            "interest": "0.00",
            "is_mark_as_paid": false,
            "late_fee": "0.00",
            "paid_at": null,
            "payment_method": "boleto",
            "payment_url": "https://www.nossodominio.com/checkout/f67468bb-540e-4218-8fa5-c8ce124ca947/",
            "resource_uri": "/api/v1/invoices/1180/",
            "status": "canceled",
            "subscription": null,
            "token": "f67468bb-540e-4218-8fa5-c8ce124ca947"
        },
        {
            "allow_duplicate": true,
            "amount": "250.00",
            "amount_paid": "250.00",
            "barcode": "00190.00009 01014.051005 00000.787176 7 72370000001000",
            "book_payment": "/api/v1/bookpayments/51/",
            "canceled_at": null,
            "created_at": "2019-08-21T11:26:14.919382",
            "customer_id": 741,
            "description": "Parcela 1 de 2",
            "discount": "0.00",
            "discount_days": 0,
            "due_date": "2019-08-21",
            "expected_on": null,
            "id": 1179,
            "interest": "0.00",
            "is_mark_as_paid": true,
            "late_fee": "0.00",
            "paid_at": "2019-08-21T17:15:53.197740",
            "payment_method": "boleto",
            "payment_url": "https://www.nossodominio.com/checkout/170f8794-332b-47d3-957b-31ac36179804/",
            "resource_uri": "/api/v1/invoices/1179/",
            "status": "paid",
            "subscription": null,
            "token": "170f8794-332b-47d3-957b-31ac36179804"
        }
    ]
}