Create Invoice
Invoices
Create Invoice
Create an invoice for a connected account.
POST
Create 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
Body
application/json
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
Example:
"draft"
Invoice number
Example:
"GJXQAHMC-0001"
Invoice description
Example:
""
Unix timestamp of when the invoice was created
Example:
1700000000
