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": "58.34",
    "amount_paid": "53.65",
    "amount_remaining": "13.44",
    "attempt_count": 20,
    "attempted": false,
    "created_at": "2025-05-22T02:04:05.025Z",
    "currency": "k9XyGe1OO7bXaZ7viSLAHu",
    "customer_email": "uFMDU4WUt@iWRTIOXZ.com",
    "customer_id": "oY3j9oQuK5GLtzI",
    "default_payment_method": "4J5vYIIrRHMMMhWL",
    "description": "LCFqxwYQhcG",
    "discounts": [
      {
        "coupon": {
          "amount_off": "91.34",
          "deleted": false,
          "id": "qgIFQNW8G4Ux0wtL2Oml",
          "metadata": {},
          "name": "uz56XfHjPMhX3Cdi",
          "percent_off": 20
        }
      }
    ],
    "id": "hRyu2g0Nt4BS8045FpSiDC5Gq0tX",
    "lines": [
      {
        "amount": "54.65",
        "currency": "DHV1YmYJzfz94JKizq1swK6",
        "description": "eSHZOkTHKUw",
        "id": "kA5BhsFm0hgSurJaSNfL1RKZC5xC",
        "invoice_item": "H7LPfa3",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "uxRDKn8ntIQ9cS9",
    "paid": false,
    "pdf": "https://.4Y.com/NqAGp8WSu/HdGN",
    "receipt_number": "8J",
    "statement_descriptor": "k",
    "status": "open",
    "subtotal": "71.42",
    "tax": "94.63",
    "total": "67.66",
    "url": "https://fghgjRAJMC.D1ds4KRcA4.com/Ca/lQfuIM"
  }
]