List Invoices
Invoices
List Invoices
Retrieve a list of invoices for a connected account.
GET
List Invoices
Headers
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
Path Parameters
The Stripe connected account ID
Query Parameters
Filter invoices by status.
Available options:
draft, open, paid, void, uncollectible Filter by Stripe customer ID.
Filter by created date start (unix timestamp, seconds).
Filter by created date end (unix timestamp, seconds).
Max number of invoices to return (1-100). Defaults to 50.
Required range:
1 <= x <= 100Pagination cursor (returns results after this ID).
