Ship invoicing as a SaaS feature, not a side project
The standard model is one entity per customer. That gives every customer isolated data, their own numbering and branding, and compliance behavior that follows their business setup instead of yours. The expensive part is not invoice CRUD. It is keeping tenant isolation, access control, and country behavior correct as you scale.
Teams underestimate customer-specific tax and entity complexity
The first invoice is easy. The hard part is onboarding each customer with the right entity details, defaults, access model, and country behavior before live documents exist.
Start with your control plane, not your UI
Most SaaS teams should begin with an account key on the backend and one sandbox customer entity. From there, choose JavaScript SDK for full control, Embed SDK for fastest UI, or React UI for owned components. Keep customer onboarding and access decisions in your control plane first.
Best default for backend-driven tenant workflows.
Best when you want working invoicing UI quickly.
Best when you want components you can fully own.
One customer = one entity
Keep tenant identity in your product, and keep invoicing context in Space Invoices. Each entity gets separate documents, settings, branding, and country-specific behavior.
Prove one customer end to end
Before you build the whole tenant-facing experience, create one sandbox customer entity, apply branding, issue one invoice, render the PDF, and decide whether users stay in your UI or get direct dashboard access.
Create an entity when a customer account is created or activated
Apply branding and defaults during onboarding, not after live documents exist
Issue documents in the customer entity context
Choose whether users stay in your UI, use embed, or get dashboard access
Each customer entity inherits compliance behavior from its own country and business configuration, not from your platform brand.
EU customers may need VIES validation and reverse-charge handling. Fiscalization and e-invoicing depend on country-specific setup, so validate those flows in sandbox before rollout.
Start with one workflow, not a whole rewrite
Free sandbox with no time limit. Prove one entity and one invoice flow before deciding how much UI, compliance, and rollout surface you want to own.