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": "64.51",
    "amount_paid": "22.99",
    "amount_remaining": "96.73",
    "attempt_count": 9,
    "attempted": true,
    "created_at": "2025-07-25T23:09:59.509Z",
    "currency": "O1zGp",
    "customer_email": "BWarF@9kvELS.com",
    "customer_id": "y",
    "default_payment_method": "",
    "description": "aIfOmRyNHv3gHOxAA",
    "discounts": [
      {
        "coupon": {
          "amount_off": "95.43",
          "deleted": false,
          "id": "Nh",
          "metadata": {},
          "name": "jvLq7NqPHnhpfN5j6rKwRA5E1",
          "percent_off": 19
        }
      }
    ],
    "id": "1fMRWMwtkrEWgWt4q",
    "lines": [
      {
        "amount": "12.52",
        "currency": "orHGDDiuYNOpuIiFryGlDkYGyZSxj",
        "description": "IsCU",
        "id": "EcQqrJu6",
        "invoice_item": "t7Y",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "D7v4jL",
    "paid": true,
    "pdf": "https://BTOEmfxc0A.L.com/42/zuQvedI4",
    "receipt_number": "mRi2V",
    "statement_descriptor": "L5HDtsP",
    "status": "uncollectible",
    "subtotal": "16.15",
    "tax": "69.55",
    "total": "48.03",
    "url": "https://q7VUVGhh5.GK5JN8zz5pIe.com/2itk/wIr6"
  }
]