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": "41.01",
    "amount_paid": "94.71",
    "amount_remaining": "38.33",
    "attempt_count": 18,
    "attempted": false,
    "created_at": "2025-07-10T11:07:03.074Z",
    "currency": "ED5BaO3nmDAYBUnq",
    "customer_email": "TK1@7IXvoAW6.com",
    "customer_id": "MoErjOreNVJF7sn",
    "default_payment_method": "9v3DTvpsaMj",
    "description": "36lwanSdfgyioCG2DmVRRonC3nWCM",
    "discounts": [
      {
        "coupon": {
          "amount_off": "56.87",
          "deleted": true,
          "id": "e87wseyapn8ipnTtcckaR",
          "metadata": {},
          "name": "EfsFCqD",
          "percent_off": 27
        }
      }
    ],
    "id": "TPaXp5nZ80",
    "lines": [
      {
        "amount": "40.00",
        "currency": "hP6Bcaxs2rE3ZO724",
        "description": "MfESVj3SZn3kIrC4Z6Ne",
        "id": "H5VTxb",
        "invoice_item": "uXsvu2JhthEWAC5fR9",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "nmEV8",
    "paid": true,
    "pdf": "https://tH8cK.i25I4dPkh1.com/1j1iZYtFwUH/q1",
    "receipt_number": "hqy6cEkN5a3",
    "statement_descriptor": "HnJPBtkKTQvZ73HD6W5e9Shdtr",
    "status": "uncollectible",
    "subtotal": "98.91",
    "tax": "60.75",
    "total": "93.57",
    "url": "https://UgNzk3bLWu.cfk.com/scRZU6Nuf/ySFC64DUTXx"
  }
]