Invoice API
# How does it work? The API builds out an invoice PDF based on user input, that means you provide the invoice number, items, tax rates, etc.. and we generate the invoice while calculating the totals for you. # Where would I use this? This API is primarily to save time for developers, if you have an app but you don't want to manage an invoice generation feature just to get your payouts going:…
Invoice API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
generate-invoice /generate-invoice |
Given a list of data for an invoice: generate and return an invoice pdf. |
Invoice API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | 250 / minute |
|
| ULTRA | $5 / month | 1000 / minute |
|