Get API
Back to Marketplace
💳
Subscriptionv1.5.0

InvoiceBot API

Payments & Finance Infrastructure

InvoiceBot turns JSON data into beautifully styled PDF invoices in 200ms. Supports multi-currency, tax calculation (VAT, GST, US sales tax), custom branding, e-signature, and automatic payment reminders. Integrates with PayFlow and Stripe for one-click payment collection.

RESTTypeScript SDKWebhooksOpenAPINode.js
https://api.invoicebot.io/v1
Trust Score

4.6 / 5

92 dev notes

Live Uptime

99.9%

Guaranteed SLA

Avg Latency

210ms

Global Edge

API Traffic

1.2M

monthly average

Available Endpoints

POST/invoicesCreate and generate a PDF invoice
POST/invoices/:id/sendEmail invoice to customer
GET/invoices/:idGet invoice status and PDF URL
POST/invoices/:id/remindSend a payment reminder
Implementation Example
const res = await fetch('https://api.invoicebot.io/v1/invoices', {
  method: 'POST',
  headers: { Authorization: `Bearer ${process.env.IB_KEY}`, 'Content-Type': 'application/json' },
  body: JSON.stringify({
    customer: { name: 'Acme Corp', email: 'pay@acme.com' },
    items: [{ description: 'UI Component License', qty: 1, unit_price: 199 }],
    currency: 'USD',
  }),
});
const { pdf_url, payment_link } = await res.json();

API Access

✓ FREE TIER ACTIVE

First 50 calls are free every month.

Personal$29/mo
Team$69/mo
Enterprise$199/mo
Technical Docs

API Provider

Jackson Lee

Jackson Lee

Fintech backend developer. Payments & fraud detection expert.