Complex EU VAT
OSS/IOSS, digital products, varying rules by country, refunds, exemptions...
An API for SaaS, marketplaces, training platforms: compliant invoicing, EU VAT, IOSS and FEC exports.
Excellent | 4.9 based on 103+ reviews
POST /v1/invoices
{
"customer": "john@company.com",
"country": "DE",
"currency": "EUR",
"total": 149.00
}
Digital product design
Please pay within 15 days of receiving this invoice.
Thank you for the business!
JSON Response
"id": "inv_2026-1048",
"status": "paid",
"pdf_url": "https://...",
"vat_rate": "19%",
"country": "DE"
}
200 OKWebbook
OSS/IOSS, digital products, varying rules by country, refunds, exemptions...
Numbering, credit notes, PDFs, fiscal archiving, French and European requirements.
Rules change constantly. Your product team shouldn't have to manage that.
Your application sends a sale
Bizyness automatically calculates VAT
The compliant invoice is generated
Tax reports and accounting exports are updated
Stripe, Paddle, recurring subscriptions, usage-based billing.
Automatic invoices for courses, coaching and digital content.
Vendor management, commissions and international VAT.
Add a compliance and invoicing layer without rebuilding the tax logic.
Compliant PDF invoices generated automatically after each sale or refund.
Automatic VAT rate calculation based on country, customer, and product type.
Automatically prepare your European declarations.
Complete documentation, SDKs and libraries.
Compatible with international sales.
Exports ready for your accountant.
Receive events for VAT, invoice generation, payment, and refunds.
// Create an invoice
const Bizyness = require('bizyness');
const bizyness = new Bizyness('test_key');
const invoice = await bizyness.invoices.create({
customer: {
email: 'john@company.com',
country: 'FR'
},
total: 14000,
currency: 'EUR',
items: [
{ description: 'Premium Subscription', amount: 12500 }
]
});
console.log(invoice.id); // inv_2026-1048
Result
Everything you need to run your business with confidence
NF525 & NF203
Compliant invoices
Made in France
Data hosted in Europe
GDPR compliant
Secured & encrypted data
10-year archiving
Legally preserved docs
Always compliant
Auto regulatory updates
It's exactly what I needed: an easy-to-use interface that's optimized to the max.
It lets you embed compliant invoice generation and EU VAT calculation directly into your product: SaaS, marketplaces, course platforms, ERPs or e-commerce apps. You add a compliance layer without rebuilding the tax logic yourself.
The API is ideal for custom cases or platforms with no native integration: you connect your application directly and drive invoicing and VAT according to your own business logic.
Yes. Webhooks notify you in real time of key events, invoice generated, invoice sent, payment, refund, VAT report updated, so you can sync your system without constant polling.
The REST API is designed for technical teams, with full documentation and examples in Node.js, Python, PHP and cURL. Integration usually takes a few days rather than months of in-house development.
Yes. Each sale you send triggers automatic VAT calculation based on country and product, generation of the compliant PDF invoice, and updates to your OSS/IOSS reports and FEC exports.
Every integration relies on a personal API key and encrypted HTTPS exchanges. You stay in control of your access and can revoke it at any time from your account.
Bizyness handles VAT, invoices and compliance, so your team can focus on the product.