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": "20.62",
    "amount_paid": "89.80",
    "amount_remaining": "12.06",
    "attempt_count": 11,
    "attempted": true,
    "created_at": "2025-04-21T20:01:57.456Z",
    "currency": "cpwU",
    "customer_email": "s5@pSKV7Pn.com",
    "customer_id": "H",
    "default_payment_method": "MyQ9rlcoyDgwmwnmxn1UbJz9ppu",
    "description": "E4E97dpywJ1P4mSXH1UdAYh0cI4BL",
    "discounts": [
      {
        "coupon": {
          "amount_off": "70.76",
          "deleted": true,
          "id": "sGs0zCaOe4ikzkNGF",
          "metadata": {},
          "name": "G05YC5W9cDoJAEnaVH5nVgtPSoF",
          "percent_off": 3
        }
      }
    ],
    "id": "YAnlSbyP3pCrWtdVjhX",
    "lines": [
      {
        "amount": "41.88",
        "currency": "9MPzrtOfpwhet",
        "description": "2bpv5dqNzbTdTGBVbfMO8Th077zy",
        "id": "2XaCbq42KuKmX6Zs8PjY",
        "invoice_item": "2RJNrsL0Q2Zxl3qZHl12h8ct",
        "metadata": {}
      }
    ],
    "metadata": {},
    "number": "e9mIIeXth5LCbkWwy",
    "paid": false,
    "pdf": "https://A6UeIyVg.dKaJaQ2y.com/8O/d24mLu2gRM1",
    "receipt_number": "kYSuYjJDT",
    "statement_descriptor": "myRMnwd",
    "status": "paid",
    "subtotal": "78.31",
    "tax": "91.35",
    "total": "80.81",
    "url": "https://4enu8..com/oU02bWDC4I/oo4k"
  }
]