v1
latestOpenAPI 3.1.02026-07-2684271522.2 KBInvoices
Get Invoice
Get an invoice by id
get/v1/invoices/{id}
Path parameters
idstring required
Example:fin_01J9XR8M3K7VZ8N2YB4WJ6T0RA
Query parameters
expandstring
Comma-separated list of related objects to expand in the response.
Comma-separated list of related objects to expand in the response.
Response
An envelope wrapping a single invoice object.
Example response
{
"invoice": {
"invoice_id": "fin_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"total": 2500,
"amount_due": 2500,
"amount_paid": 2500,
"charge": "fch_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"period_end": "string",
"period_start": "string",
"paid_at": "string",
"status": "draft",
"collection_method": "charge_automatically",
"test_mode": false,
"metadata": {
"order_id": "8842",
"channel": "shopify"
},
"created_at": "2026-06-15T14:30:00Z"
}
}