Get Invoice
Invoices
Get Invoice
Retrieve a single invoice for a connected account.
GET
Get Invoice
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
The Stripe invoice ID
Response
OK
The invoice ID
Example:
"in_1ABC123DEF456GHI"
Amount in smallest currency unit (e.g., cents for USD)
Example:
10000
Three-letter ISO currency code
Example:
"usd"
Invoice status
Available options:
draft, open, paid, void, uncollectible Example:
"paid"
Invoice number
Example:
"GJXQAHMC-0001"
Invoice description
Example:
""
Unix timestamp of when the invoice was created
Example:
1700000000
