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": "0.45",
    "amount_paid": "35.31",
    "amount_remaining": "20.43",
    "attempt_count": 27,
    "attempted": true,
    "created_at": "2025-07-04T14:10:26.004Z",
    "currency": "lq61q14xcGIRLdIjb0B3vo",
    "customer_email": "@in2L0pMVj.com",
    "customer_id": "Dz6b44gyvTY7lMV",
    "default_payment_method": "Z4BxIrEuoW",
    "description": "UmHZw1EC3QqY42WLrABVYrHMZYJ0C4",
    "discounts": [
      {
        "coupon": {
          "amount_off": "50.99",
          "deleted": false,
          "id": "IvNSfFj5RujojFYAEU6p6SBL0oBvJ",
          "metadata": {},
          "name": "RQ5pjY3",
          "percent_off": 2
        }
      }
    ],
    "id": "0J2yEhZFypErd67",
    "lines": [
      {
        "amount": "41.91",
        "currency": "SZgEUX6FJIbU4a",
        "description": "CuBlro26QIFRFN9B",
        "id": "r35HJEtIFKuUlOVGQIyd",
        "invoice_item": "TBYwUKhlp3WkAE5m07yOoThNYB3v",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "3dTWCazGMWUvvC7mx1jWKhD",
    "paid": true,
    "pdf": "https://HdSYPjq.BfTRUxxKmjj.com/61dSfQ0/EaL8a4",
    "receipt_number": "6qaB2rNMiQAuXyqff9TByL",
    "statement_descriptor": "lN7n2grEnDMWcKoTy0fovb",
    "status": "draft",
    "subtotal": "7.80",
    "tax": "44.78",
    "total": "34.28",
    "url": "https://XJ.bmk9dIHJYQ40.com/exYiR3w/g"
  }
]