Invoice Generation API
# Professional Invoice Generation API Transform your business invoicing with our comprehensive API solution. Generate professional invoices, export to PDF, and automate your entire billing workflow. ## 🚀 Key Features - **PDF Generation**: Create professional invoices with multiple PDF libraries (WeasyPrint, ReportLab) - **Multi-Currency Support**: Real-time exchange rates with automatic…
Invoice Generation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| invoices | ||
| POST |
create_invoice_v1_invoices__post /v1/invoices/ |
Create a new invoice. |
| PATCH |
update_invoice_status_v1_invoices__invoice_id__status_patch /v1/invoices/{invoice_id}/status |
Update invoice status. |
| PUT |
update_invoice_v1_invoices__invoice_id__put /v1/invoices/{invoice_id} |
Update an existing invoice. |
| GET |
get_invoice_v1_invoices__invoice_id__get /v1/invoices/{invoice_id} |
Get invoice by ID. |
| POST |
send_invoice_v1_invoices__invoice_id__send_post /v1/invoices/{invoice_id}/send |
Send invoice via email. |
| GET |
download_invoice_pdf_v1_invoices__invoice_id__pdf_get /v1/invoices/{invoice_id}/pdf |
Download invoice as PDF. |
| currency | ||
| GET |
get_exchange_rates_v1_exchange_rates__get /v1/exchange-rates/ |
Get current exchange rates. |
| GET |
convert_currency_v1_exchange_rates_convert_get /v1/exchange-rates/convert |
Convert amount between currencies. |
| webhooks | ||
| POST |
test_webhook_v1_webhooks_test_post /v1/webhooks/test |
Test webhook endpoint for development. |
| POST |
stripe_webhook_v1_webhooks_stripe_post /v1/webhooks/stripe |
Handle Stripe webhook events. |
| demo | ||
| POST |
create_and_download_invoice_demo_create_and_download_post /demo/create-and-download |
Create a sample invoice and return it as PDF in one step. |
| GET |
get_demo_invoice_demo_invoice__invoice_id__get /demo/invoice/{invoice_id} |
Get invoice by ID without authentication (demo only). |
| POST |
create_sample_invoice_demo_create_sample_post /demo/create-sample |
Create a sample invoice for demo purposes. |
| GET |
download_demo_invoice_pdf_demo_invoice__invoice_id__pdf_get /demo/invoice/{invoice_id}/pdf |
Download invoice as PDF without authentication (demo only). |
| GET |
demo_page_demo__get /demo/ |
Serve the demo HTML page. |
| health | ||
| GET |
health_check_health_get /health |
Health check endpoint. |
| Other endpoints | ||
| GET |
root__get / |
Root endpoint with API information. |
Invoice Generation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 8 / hour |
|
| PRO | $19 / month | 40 / hour |
|
| ULTRA Recommended | $49 / month | 200 / hour |
|
| MEGA | $199 / month | 1000 / hour |
|