API Reference
Invoice
Purpose
Invoice endpoints manage invoice data and assets (such as attachments), enabling back-office workflows and customer receipts.
When to use
- Use these for post-payment receipts, record keeping, and attachments.
- Combine with checkout/session status for payment-proof workflows.
Endpoints (4)
Click an endpoint to jump to its details.
get
/invoiceList my invoices
Auth
No detailed description provided for this operation in the OpenAPI spec.
post
/invoiceCreate invoice (single API: send all fields + optional files; email sent only on success)
Auth
No detailed description provided for this operation in the OpenAPI spec.
get
/invoice/{id}Get one invoice (owner only)
Auth
No detailed description provided for this operation in the OpenAPI spec.
patch
/invoice/{id}/statusUpdate invoice status (owner only). Only CANCELLED is allowed.
Auth
No detailed description provided for this operation in the OpenAPI spec.