API → Payments → List invoices for your org
get
/org/payment/invoices$ curl "https://api.zoo.dev/org/payment/invoices" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response[
{
"amount_due": "58.71",
"amount_paid": "93.79",
"amount_remaining": "60.85",
"attempt_count": 30,
"attempted": false,
"created_at": "2025-04-25T16:39:36.343Z",
"currency": "",
"customer_email": "2@AccPeGQd.com",
"customer_id": "bei8TfQibLGqUHJcVqqZliC",
"default_payment_method": "PJUEbI7UQD7UanKeag4E",
"description": "mfDHOIgdp4M",
"discounts": [
{
"coupon": {
"amount_off": "77.22",
"deleted": false,
"id": "AiUYuJ0rXsqg8reJvP",
"metadata": {},
"name": "qpd0",
"percent_off": 5
}
}
],
"id": "2IhPvEjSwjid8eZZ47RAE1AcTX6w",
"lines": [
{
"amount": "71.87",
"currency": "Rr3osveTHojW3neNJ4BINpsm0Ce8M",
"description": "9K0s80tUi",
"id": "oviArYMVEf0D9Cr9",
"invoice_item": "Pgpq1zGUw7H5u34",
"metadata": {}
}
],
"metadata": {},
"number": "s1eegk2bFas2791vxQdFAQogUYEnA",
"paid": false,
"pdf": "https://2dq2pMT8.SAeCfy.com/yt41jnW/7KCetgRkWu6",
"receipt_number": "4H5AcLQHgjEgLJeR7BRExqszUVolVN",
"statement_descriptor": "RRpgxS3XhLDnMjt83",
"status": "open",
"subtotal": "61.79",
"tax": "47.67",
"total": "32.62",
"url": "https://pMP7.q2KCEKDf.com//AbZ5JBX2YrrC"
}
]