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": "64.82",
    "amount_paid": "40.60",
    "amount_remaining": "48.33",
    "attempt_count": 27,
    "attempted": true,
    "created_at": "2025-07-25T23:10:11.657Z",
    "currency": "",
    "customer_email": "cq7DT@nloxF2utNu.com",
    "customer_id": "2QYpeWpflYyV9L",
    "default_payment_method": "sFTTNCQQZN",
    "description": "pqwjxWG5pIqDU7B7CnoYlOm6zUjeFA",
    "discounts": [
      {
        "coupon": {
          "amount_off": "85.38",
          "deleted": true,
          "id": "GM138M89SKE98FvhWFSZkT8PX",
          "metadata": {},
          "name": "xd7rUoXK5tAQaqzEzWpB9NntWErdn",
          "percent_off": 5
        }
      }
    ],
    "id": "b8tJ3B",
    "lines": [
      {
        "amount": "1.98",
        "currency": "YfFSuzgJ",
        "description": "jYY5Gf1OxC0ALR6wVzLC3",
        "id": "9C",
        "invoice_item": "qkbIPFz0EAKAIrh8jbfv",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "sYG44bFNCf7Wht",
    "paid": true,
    "pdf": "https://NEXmgbQ36O..com/7n/BN7",
    "receipt_number": "PR",
    "statement_descriptor": "TvozDPJNKcxQ71",
    "status": "open",
    "subtotal": "53.55",
    "tax": "79.02",
    "total": "81.45",
    "url": "https://Pt2E.V5ma2AUC.com/KkvABMP/DI8H"
  }
]