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": "51.24",
    "amount_paid": "56.57",
    "amount_remaining": "84.30",
    "attempt_count": 31,
    "attempted": true,
    "created_at": "2025-05-09T08:26:12.857Z",
    "currency": "DeOd9b93YnRh3Z",
    "customer_email": "@HFB.com",
    "customer_id": "V7phfwDEvzehL",
    "default_payment_method": "FdIDP9dEEkC",
    "description": "KeGStq0bNF",
    "discounts": [
      {
        "coupon": {
          "amount_off": "38.82",
          "deleted": true,
          "id": "nAly8NDE5oF3zR",
          "metadata": {},
          "name": "yghUOAG4k7ZigEu1bPK9HRpL",
          "percent_off": 12
        }
      }
    ],
    "id": "yISm2z9",
    "lines": [
      {
        "amount": "90.92",
        "currency": "4mdoaIBzFeiJMonf4Q3O9tL",
        "description": "WUCq",
        "id": "QIHcNgBm0A4ImDvgHCsHTU9iNXbmvK",
        "invoice_item": "A1zuUko5Rv0oNNldJfG4",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "GgsdynGZljcrPeYXl0M",
    "paid": false,
    "pdf": "https://k8f51..com/rRfKp7pU3Cf/Gb",
    "receipt_number": "CUK6P",
    "statement_descriptor": "5n9rhka1nLku",
    "status": "draft",
    "subtotal": "7.57",
    "tax": "73.18",
    "total": "5.92",
    "url": "https://..com/hJvx7QI/2t"
  }
]