APIPaymentsList invoices for your org

Parameters

No parameters

Returns

get
/org/payment/invoices
$ curl "https://api.zoo.dev/org/payment/invoices" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
[
  {
    "amount_due": "30.54",
    "amount_paid": "87.69",
    "amount_remaining": "81.75",
    "attempt_count": 24,
    "attempted": true,
    "created_at": "2025-07-04T14:10:16.881Z",
    "currency": "ji",
    "customer_email": "Zn@O.com",
    "customer_id": "ymD7gQ7Zb3k",
    "default_payment_method": "rBv7WRh3sWF",
    "description": "PlYj2k34Ac8Q724zki7GGWxHFnP",
    "discounts": [
      {
        "coupon": {
          "amount_off": "63.47",
          "deleted": true,
          "id": "PITPzuzWQ6ICuR",
          "metadata": {},
          "name": "6Wo41LcfGDBjnKNVuUxKX",
          "percent_off": 16
        }
      }
    ],
    "id": "nhvJ",
    "lines": [
      {
        "amount": "29.75",
        "currency": "",
        "description": "4PehugcXXCjifr068bZRsexN87Yznm",
        "id": "DMBsOaEthZfl",
        "invoice_item": "Ugzcmho5913OAXYJakTbRzt",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "qphepmHizKApo8FMAkbxcxqUtuMx",
    "paid": true,
    "pdf": "https://e.yGDlAb7.com/A1p7VV37/oVOD",
    "receipt_number": "9JemJu",
    "statement_descriptor": "BtsN6gvw0QaZP0NELq2Zwc4c6A",
    "status": "draft",
    "subtotal": "76.14",
    "tax": "76.33",
    "total": "35.39",
    "url": "https://8bCtWsVn6K.5aKkQZS.com/8b/qRoUdceceA"
  }
]