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": "8.35",
    "amount_paid": "71.02",
    "amount_remaining": "46.87",
    "attempt_count": 21,
    "attempted": false,
    "created_at": "2025-05-30T23:20:04.987Z",
    "currency": "Uwo73Tc",
    "customer_email": "UePSX@31lbWg.com",
    "customer_id": "eJnZT",
    "default_payment_method": "E1edtOBVIrDa1aTXivy0sISoy",
    "description": "lqIZuCKeJaVigysTq3RvF",
    "discounts": [
      {
        "coupon": {
          "amount_off": "42.13",
          "deleted": false,
          "id": "DQBmx0O8La",
          "metadata": {},
          "name": "kk7E2NdIULAhewVaIY6GoF6TIZjAn",
          "percent_off": 8
        }
      }
    ],
    "id": "1c2iTujYNa7LDBU1SXz9a",
    "lines": [
      {
        "amount": "89.52",
        "currency": "PGlh8gIapdfX13ZVL9",
        "description": "4z7Pi0WHwRCmzvWxRuf0",
        "id": "rmGBpfKzGBqzC",
        "invoice_item": "1Ezo4pYUG03U6JejbSlD",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "B1VPE7QepbNPVnSNF",
    "paid": false,
    "pdf": "https://sc.yjbJ81Rwd.com/p9PxojQ/0XQ9Frnu5p",
    "receipt_number": "ubFXT8OYWwrxPzYZF2ff",
    "statement_descriptor": "jvaVcxix",
    "status": "open",
    "subtotal": "7.13",
    "tax": "49.03",
    "total": "61.37",
    "url": "https://HYr.I0.com/h/7O4uEPHAx"
  }
]