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": "20.35",
    "amount_paid": "41.98",
    "amount_remaining": "82.95",
    "attempt_count": 17,
    "attempted": true,
    "created_at": "2025-06-13T18:06:32.212Z",
    "currency": "lMAGxqIbxRztmplYyw1XDQ64Gkjhv",
    "customer_email": "ZrS2O@8.com",
    "customer_id": "",
    "default_payment_method": "BcUgy0ADVB6F7WTZ3o6jb",
    "description": "i3t",
    "discounts": [
      {
        "coupon": {
          "amount_off": "52.12",
          "deleted": false,
          "id": "UqeqI5DVDsAQWFSt",
          "metadata": {},
          "name": "yQIiOxqv8Cech5ya6nXQ07",
          "percent_off": 22
        }
      }
    ],
    "id": "btA9KwTWgVhj",
    "lines": [
      {
        "amount": "1.45",
        "currency": "Q0gdfs6",
        "description": "b4yxr6IuapMC",
        "id": "JVoEFSFgPv9qSOu5VrntjU3",
        "invoice_item": "hQ4PoFI41mSU2F04Nd0Kjb3Zyi4zoR",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "y0gGVXCD5gwrM65xfXC",
    "paid": false,
    "pdf": "https://JK3ICEpIpN.q7Xt5.com/0/CRvLu8ZRKEv8",
    "receipt_number": "iRvXTmzAnt2ucOuyoc598twxN4D",
    "statement_descriptor": "jRq5I68H3vgB2Xu9eswTX9WJ19",
    "status": "void",
    "subtotal": "69.69",
    "tax": "41.61",
    "total": "4.59",
    "url": "https://u5bLG5uqtHq6.pbZpUKeG3.com/TcP/QVv8TPK"
  }
]