List Workspace Invoices
List all invoices for a specific workspace. Please refer to the API documentation for more information about the different types of invoices and payment processors.
Path parameters
Query parameters
ID of item after which the collection should be returned. More examples and info about pagination in our guides.
Sort order of a list response. Use 'desc' to reverse the default 'asc' (ascending) sort order. Examples in our guides.
Sort property of a list response. The default is id and thus the created_at order. If you sort by other properties, we additionally sort by id implicitly as a secondary sort property, so that you can rely on the sort order to be deterministic even if the main sort property ends up with the same values.
Filter by available properties in query params, like this: api/v2/resources?filter[id]=value&filter[another_property]=value1,value2. Check our Filtering guide for examples and all about filtering here.
{
"id": "1,42",
"status": "pending",
"invoice_type": "one_time_sale",
"invoice_number": "#1000,#1001",
"external_id": "inv_1234567890,inv_0987654321"
}Response
OK
Example response
[
{
"id": 838,
"public_id": "WNrMnJ",
"order_id": 22642,
"status": "paid",
"due_amount": "13.00",
"total_amount": "13.00",
"subtotal_amount": "3.00",
"tax_amount": "0.00",
"shipping_amount": "10.00",
"discount_amount": "0.00",
"currency": "USD",
"issued_at": "2023-10-01T12:43:55.000Z",
"due_at": "2023-10-15T00:00:00.000Z",
"paid_at": "2025-10-10T08:04:02.000Z",
"invoice_type": "one_time_sale",
"invoice_number": "3",
"fulfillment_status": "not_applicable",
"created_at": "2026-01-10T20:16:16.536Z",
"updated_at": "2026-01-10T20:16:16.536Z",
"external_id": "tffv2w34qv",
"payment_processor": "external",
"eligible_for_fulfillment": true,
"line_items": [
{
"id": 682,
"public_id": "RegpVj",
"invoice_id": 838,
"external_id": null,
"payment_type": null,
"description": null,
"quantity": 1,
"fulfillment_status": "unfulfilled",
"external_product_id": null,
"discount_amount": "0.0",
"state_tax_amount": "0.0",
"county_tax_amount": "0.0",
"city_tax_amount": "0.0",
"district_tax_amount": "0.0",
"state_tax_rate": "0.0",
"county_tax_rate": "0.0",
"city_tax_rate": "0.0",
"district_tax_rate": "0.0",
"country_tax_jurisdiction": null,
"state_tax_jurisdiction": null,
"county_tax_jurisdiction": null,
"city_tax_jurisdiction": null,
"period_start_at": null,
"period_end_at": null,
"period_number": null,
"created_at": "2026-01-10T20:16:16.538Z",
"updated_at": "2026-01-10T20:16:16.538Z",
"amount": "3.00",
"products_price": {
"id": 22229,
"public_id": "YqEWxY",
"amount": "198.00",
"currency": "usd",
"duration": null,
"interval": null,
"interval_count": null
},
"products_variant": {
"id": 22228,
"public_id": "JdknyN",
"product_id": 6512,
"name": "Seinfeld In Your Pocket - Comedy Joke Machine (Black Premium)",
"description": null,
"sku": "SIYP-BLACK-PREMIUM-001",
"fulfillment_required": false
}
}
],
"order": {
"id": 22642,
"public_id": "JmRRyN",
"order_number": "#2146",
"total_amount": "396.00",
"origination_channel_id": 11,
"origination_channel_type": "Platform::Application",
"notes": "For Fulfillment",
"live_mode": true,
"in_trial": false,
"billing_status": "paid",
"service_status": "completed",
"order_type": "one-time-order",
"next_charge_at": null,
"trial_end_at": null,
"tag_ids": [],
"activated_at": null,
"canceled_at": null,
"canceled_by": null,
"cancel_reason": null,
"cancel_description": null,
"churned_at": null,
"shipping_address_first_name": "Caroll",
"shipping_address_last_name": "Kirlin",
"shipping_address_organization_name": "Testing, Inc.",
"shipping_address_phone_number": "+19053871234",
"shipping_address_street_one": "3443 W Bavaria St",
"shipping_address_street_two": "",
"shipping_address_city": "Eagle",
"shipping_address_region": "ID",
"shipping_address_country": "US",
"shipping_address_postal_code": "83616",
"billing_address_street_one": "3443 W Bavaria St",
"billing_address_street_two": "",
"billing_address_city": "Eagle",
"billing_address_region": "ID",
"billing_address_country": "US",
"billing_address_postal_code": "83616",
"recurring_invoices_paid_count": 1,
"origination_channel_name": "Default API Client",
"origination_channel_public_id": "vNWWMb",
"contact": {
"$ref": "#/components/schemas/ContactBaseAttributes/example"
},
"affiliate": null,
"referral_code": null,
"order_page": null
},
"visits": {
"last_visit": {
"uuid": "7a3f9c11-2d45-4e23-88d2-1bef9acd44fa",
"utm_source": null,
"utm_medium": null,
"utm_campaign": null,
"utm_term": null,
"utm_content": null,
"ip": "192.168.1.1",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36",
"referrer": "https://www.clickfunnels.com/products",
"referring_domain": "clickfunnels.com",
"landing_page": "https://example.com/checkout",
"browser": "Chrome",
"os": "Mac OS X",
"device_type": "desktop",
"started_at": "2026-01-10T20:10:15.234Z",
"created_at": "2026-01-10T20:10:15.234Z",
"updated_at": "2026-01-10T20:10:15.234Z"
},
"last_visit_with_utm": {
"uuid": "9f2e8a22-1b65-4414-95f3-5caf0bbd11da",
"utm_source": "google",
"utm_medium": "cpc",
"utm_campaign": "spring_sale",
"utm_term": "running shoes",
"utm_content": "ad_variant_a",
"ip": "192.168.1.1",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36",
"referrer": "https://www.google.com/search?q=example",
"referring_domain": "google.com",
"landing_page": "https://example.com/products/shoes",
"browser": "Chrome",
"os": "Mac OS X",
"device_type": "desktop",
"started_at": "2026-01-09T14:23:45.123Z",
"created_at": "2026-01-09T14:23:45.123Z",
"updated_at": "2026-01-09T14:23:45.123Z"
}
}
}
]