API → PaymentsList invoices for your org

Parameters

No parameters

Returns

get
/org/payment/invoices
$ curl "https://api.zoo.dev/org/payment/invoices" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
[
  {
    "amount_due": "1.06",
    "amount_paid": "53.87",
    "amount_remaining": "23.64",
    "attempt_count": 32,
    "attempted": false,
    "created_at": "2025-04-01T00:20:10.482Z",
    "currency": "kkY9bCn3aKC6eNeKt",
    "customer_email": "6TQOxzxvuo@c3A.com",
    "customer_id": "nnIA4q1Nxxa",
    "default_payment_method": "MIqsKPE1skUQi",
    "description": "8hraJNut",
    "discounts": [
      {
        "coupon": {
          "amount_off": "52.88",
          "deleted": true,
          "id": "gpuabPXzLDx8KJh4hN3QbE2",
          "metadata": {},
          "name": "",
          "percent_off": 19
        }
      }
    ],
    "id": "rjQYXiwvT5ES9UcQbpIJzcp",
    "lines": [
      {
        "amount": "56.03",
        "currency": "fDfroGgeiny6Xz7hM6P85ixECcEnIv",
        "description": "yRmQXJVkzCZnOTx8ZyXGdpUZOf",
        "id": "QH1ZWUF",
        "invoice_item": "TzHS",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "lAX3GDCDuls",
    "paid": false,
    "pdf": "https://n.KCp.com/kY2XtNEDhBY/HgJDLk",
    "receipt_number": "1toZ1A9RIGQ1kX",
    "statement_descriptor": "o2j3xFos0TXN1yjxuA3NS",
    "status": "void",
    "subtotal": "32.10",
    "tax": "61.65",
    "total": "17.24",
    "url": "https://a9RK8D1gIXf.fv5V.com/kbxcUj/oXA5HZ9na2of"
  }
]