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": "71.97",
"amount_paid": "48.57",
"amount_remaining": "52.26",
"attempt_count": 25,
"attempted": false,
"created_at": "2025-04-17T14:09:16.886Z",
"currency": "sG2qopV9u",
"customer_email": "a3vg2PJyi@XgwRyijwlQ.com",
"customer_id": "0swQwumufrULCFLM5Y78jdKHjn8Lg",
"default_payment_method": "WAs",
"description": "IR3SabYlc27wYmOvIsYiE8EFRtSBCc",
"discounts": [
{
"coupon": {
"amount_off": "68.67",
"deleted": false,
"id": "NLGDN",
"metadata": {},
"name": "ITI64ncl404iuDeGxCZ63NUV2GQn",
"percent_off": 18
}
}
],
"id": "m5oLxRwrf9iC0hA7pEDUXK3ItxM",
"lines": [
{
"amount": "14.94",
"currency": "SNMhTpq",
"description": "88MokZqmARN5MxbVO",
"id": "jYs6VGmaQpvZqp",
"invoice_item": "HcqHwA",
"metadata": {}
}
],
"metadata": {},
"number": "MYnPtLw4A29nVa2UtUs0",
"paid": true,
"pdf": "https://e0L.yXLc3S8GI.com/wBuVjrjSZfd/d46WK6re7Y",
"receipt_number": "isBAAe",
"statement_descriptor": "R4XAMXQmjtumzrIu",
"status": "draft",
"subtotal": "97.22",
"tax": "56.38",
"total": "38.23",
"url": "https://9jIq4HOsSa.46LZb.com/nx5mkAJkXqp/PWhBC3YvA"
}
]