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": "91.87",
    "amount_paid": "100.80",
    "amount_remaining": "48.90",
    "attempt_count": 4,
    "attempted": true,
    "created_at": "2025-06-13T18:06:24.180Z",
    "currency": "cWQ4PRXgWe6Jvuh",
    "customer_email": "KKrsMekR@BqrB.com",
    "customer_id": "5rnYxFS661AfKUYUYr9",
    "default_payment_method": "3zaGV3M9lx8O2GfAnLYj5yoIbF3hN",
    "description": "9TE",
    "discounts": [
      {
        "coupon": {
          "amount_off": "69.80",
          "deleted": false,
          "id": "qikpLgPpnF6qLRYVgR5MUXF",
          "metadata": {},
          "name": "8",
          "percent_off": 18
        }
      }
    ],
    "id": "saHnhUDg94jFotY7ffTw5k",
    "lines": [
      {
        "amount": "34.66",
        "currency": "qYa2M5",
        "description": "He2RfLt0ma7SNw5h5v",
        "id": "QwOzbgKMzCs6Sqe",
        "invoice_item": "ceBvOEyj1D7xYx1dhT91Ia",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "qW56MthNP3dSLC8uKa",
    "paid": true,
    "pdf": "https://JehUwqpT.j4aCYrzi5.com/rUpkccZ03Mt/h0qdcOSlo",
    "receipt_number": "9Yg1HMc46VwsU7c9VFuAMcpTquZc",
    "statement_descriptor": "qGsH",
    "status": "paid",
    "subtotal": "55.52",
    "tax": "53.98",
    "total": "89.35",
    "url": "https://NYJVYAUY2s.WD.com/a9WCZC53/4RGSqVW"
  }
]