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": "18.20",
    "amount_paid": "23.42",
    "amount_remaining": "32.57",
    "attempt_count": 17,
    "attempted": true,
    "created_at": "2025-08-14T21:14:55.151Z",
    "currency": "kfVszy",
    "customer_email": "zL1Lvq83X@tcr.com",
    "customer_id": "C7vLmehB0rOsHnPxfGvH0LwOrFk4e",
    "default_payment_method": "GE6jHdJy5dcWCa4t",
    "description": "lrxJe9ruGqOt",
    "discounts": [
      {
        "coupon": {
          "amount_off": "5.79",
          "deleted": false,
          "id": "Rb",
          "metadata": {},
          "name": "C",
          "percent_off": 23
        }
      }
    ],
    "id": "9z3vsrBvB5rxMDuEOc0I9kLJBdLHze",
    "lines": [
      {
        "amount": "23.41",
        "currency": "hPJeF63nAO",
        "description": "jUNw",
        "id": "TgkBUYL843H",
        "invoice_item": "j4ZM8ty5t7QUD",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "Fkgt8ivDlSahwNrjViJlH",
    "paid": false,
    "pdf": "https://dAk4CNS5U.LrW8Spa1IG.com/ywbE2jiMjj/X5VXFZsv",
    "receipt_number": "cfme1za7pMNdW",
    "statement_descriptor": "3a",
    "status": "void",
    "subtotal": "76.13",
    "tax": "7.44",
    "total": "71.27",
    "url": "https://wFNOPrxnNIQX.Bu.com/TXHCbDApsY/czWF2RkIBUY"
  }
]