APIPaymentsList invoices for your user

Parameters

No parameters

Returns

get
/user/payment/invoices
$ curl "https://api.zoo.dev/user/payment/invoices" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
[
  {
    "amount_due": "62.75",
    "amount_paid": "83.74",
    "amount_remaining": "66.89",
    "attempt_count": 16,
    "attempted": false,
    "created_at": "2025-07-03T15:41:59.803Z",
    "currency": "ufL80Sz0TDTdFj0e4aS",
    "customer_email": "faI@1ey.com",
    "customer_id": "UUz4G3ceEkLI",
    "default_payment_method": "ELXqZH2539yznfWvd9cb",
    "description": "Nm1clQEpxQ7rHJr8Zyta6oAoug",
    "discounts": [
      {
        "coupon": {
          "amount_off": "40.80",
          "deleted": true,
          "id": "COb9fZNWEWfH9",
          "metadata": {},
          "name": "Xon",
          "percent_off": 23
        }
      }
    ],
    "id": "wlkDkq38ST0WC0TEwFO1tIvFnIx2A",
    "lines": [
      {
        "amount": "25.08",
        "currency": "Kva1tILPz8ItmOQu6KmqSET",
        "description": "vRpbm1LfOA58WfvyA5",
        "id": "DXRSz",
        "invoice_item": "KzWmRuBci0rO31WeJwmyP",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "G8UAL5UbetBHTZFXDaKm",
    "paid": true,
    "pdf": "https://C0qsFOl342.lmI9cvA2EA.com/JLJTSOxA6s/h8LnMt",
    "receipt_number": "kcz2hG6pJWLEvspNP",
    "statement_descriptor": "Obuzm4fCz647R",
    "status": "uncollectible",
    "subtotal": "73.20",
    "tax": "32.00",
    "total": "81.23",
    "url": "https://gqC.ZfuI.com/p/TTX"
  }
]