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": "53.73",
    "amount_paid": "63.15",
    "amount_remaining": "59.42",
    "attempt_count": 20,
    "attempted": false,
    "created_at": "2025-05-30T23:19:54.514Z",
    "currency": "4PthakGslxpjCxbhKE1VdoUZTG12",
    "customer_email": "@nwTM.com",
    "customer_id": "SunA",
    "default_payment_method": "A3TmyW",
    "description": "zA0x5iDAuKZ3cM4f3tjlmJ",
    "discounts": [
      {
        "coupon": {
          "amount_off": "3.86",
          "deleted": true,
          "id": "htzflK",
          "metadata": {},
          "name": "jCZDqwggH6MwvdFVV",
          "percent_off": 25
        }
      }
    ],
    "id": "rZpRThj7dWXQUfz6QZXjYqtgQ4HN",
    "lines": [
      {
        "amount": "88.20",
        "currency": "990Rz60uPOCaHx6",
        "description": "kQrco4y90UTvPILgcql17IuE",
        "id": "VtKwwuoHrsyWzMOgPKUAy",
        "invoice_item": "UDUslqwE8AXU9LapwOT4o0raaQiSn",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "3K0i",
    "paid": false,
    "pdf": "https://c6XJUIGw.2H4250qLqGJd.com/Vs9hb/gFKH6eIh",
    "receipt_number": "Te0FKGqCA799Pe0MEfA7n7kh7hYc",
    "statement_descriptor": "BIVb3c9zYlSBhPD5l13UpwR9qndPvr",
    "status": "draft",
    "subtotal": "93.39",
    "tax": "49.56",
    "total": "99.00",
    "url": "https://KmiPatbhRWph.Rm.com/qiA/0xgj"
  }
]