API → Payments → List invoices for your user
get
/user/payment/invoices$ curl "https://api.zoo.dev/user/payment/invoices" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response[
{
"amount_due": "21.33",
"amount_paid": "98.94",
"amount_remaining": "8.14",
"attempt_count": 11,
"attempted": false,
"created_at": "2025-04-01T00:20:28.980Z",
"currency": "wgCxN2mv1RzZhB5Mi0Q9elGZT3oae",
"customer_email": "SrsGZJY@O.com",
"customer_id": "wgCVJ7GMUTni4B3W3CVotE",
"default_payment_method": "aR9Fhap9vVFM6eRhc",
"description": "PlOL",
"discounts": [
{
"coupon": {
"amount_off": "44.70",
"deleted": false,
"id": "Z7LkNge6e8EOU89U",
"metadata": {},
"name": "T9TwvBjTVhfyik",
"percent_off": 18
}
}
],
"id": "f9etOjJm8W5Smih3DGgCy0TLwvCsXu",
"lines": [
{
"amount": "63.43",
"currency": "5fkvI1HDJc6dZ2TThkFKipqFAUb4D",
"description": "xYxIdKOsweLdZ53MU2hX62UTiJgaKO",
"id": "O",
"invoice_item": "98XH0CFeuFYpLD9T4ZEw1Pthqc2x",
"metadata": {}
}
],
"metadata": {},
"number": "",
"paid": true,
"pdf": "https://oXCfZu.4vKHtZFbt.com/LHzENQ/WGJZ31tM",
"receipt_number": "bg4YYoDxIYIIGcdTzwCjEl3uuVlBC",
"statement_descriptor": "uU3Wopze5lYqjeHSMv77q",
"status": "paid",
"subtotal": "97.64",
"tax": "90.09",
"total": "68.97",
"url": "https://vnINL..com/ThB1rK3/H8OG"
}
]