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": "51.08",
    "amount_paid": "64.00",
    "amount_remaining": "60.11",
    "attempt_count": 32,
    "attempted": true,
    "created_at": "2025-05-09T08:26:31.313Z",
    "currency": "S0Dn7Jy6unwffAwFzuR8OGilHz4",
    "customer_email": "vnjlP@YWswdva.com",
    "customer_id": "8yVV2QO",
    "default_payment_method": "kk1cX5vp76vD",
    "description": "z0",
    "discounts": [
      {
        "coupon": {
          "amount_off": "85.35",
          "deleted": false,
          "id": "Y1QMb7FPloRB",
          "metadata": {},
          "name": "Bp2",
          "percent_off": 25
        }
      }
    ],
    "id": "MHAlQbmrPxuE81iEJnwWXVHXQS4",
    "lines": [
      {
        "amount": "64.57",
        "currency": "WqnFhvScTmRT3i",
        "description": "k90F7tgSEpEeebQ5yu",
        "id": "LpDKikgAM1P8bVw2wFrD71lQ44",
        "invoice_item": "gTlWcON1jcjWEs",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "dEuFyPWVNXw3aRaxuOzzpduj",
    "paid": true,
    "pdf": "https://h7A3J4Mq.Fd2kGEBuJR.com/rMg/wTl",
    "receipt_number": "q",
    "statement_descriptor": "dTqRPe",
    "status": "open",
    "subtotal": "16.54",
    "tax": "58.13",
    "total": "85.08",
    "url": "https://U30RKUf9.tz.com/Cso0y58c8/58L"
  }
]