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": "43.42",
    "amount_paid": "55.78",
    "amount_remaining": "56.23",
    "attempt_count": 19,
    "attempted": true,
    "created_at": "2025-05-22T02:04:17.087Z",
    "currency": "h4tdbVaSOezNx",
    "customer_email": "adwdEGWMCN@fOFiI88.com",
    "customer_id": "YOCXASzNeFZcRRuBevHxnx",
    "default_payment_method": "J",
    "description": "H4q2RsGaq30Rjb6aYV",
    "discounts": [
      {
        "coupon": {
          "amount_off": "96.09",
          "deleted": false,
          "id": "j",
          "metadata": {},
          "name": "kXOE",
          "percent_off": 24
        }
      }
    ],
    "id": "ds7kvPGNmC8Q5Gxm32M7J",
    "lines": [
      {
        "amount": "17.66",
        "currency": "UA",
        "description": "c7oA",
        "id": "1",
        "invoice_item": "yXzh4NDrR4bvxTXTLHBl9WElEoZ",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "F2GOibr0YqGX93eFCR6PeAziUL",
    "paid": false,
    "pdf": "https://c.JInwrP.com/Rznaz1T4/HxF8SJDw",
    "receipt_number": "2yvKsAQ47c85Uq4Vih0fxwTUY",
    "statement_descriptor": "2pR",
    "status": "uncollectible",
    "subtotal": "41.65",
    "tax": "30.59",
    "total": "37.75",
    "url": "https://XWrYHw.uErr8nu0.com/5kyb2ceY/skdakPprrLg"
  }
]