When you create invoices, each one is assigned a unique invoice number, set within your Stripe settings. This helps you (and your customers) track payments and organise financial records. Here's how our invoice numbering works and what you can customise.
π’ How Invoice Numbers Are Structured
Each invoice number consists of two parts:
1. A Prefix
2. A Sequential Number
If your prefix is RKTRIDE
, your invoices would look like:
RKTRIDE-0001
RKTRIDE-0002
RKTRIDE-0003
Each new invoice increases the number automatically β regardless of the customer.
π· Choosing an Invoice Prefix
By default, the system assigns a general prefix (e.g., KIN-1615
), but you can customise it to match your brand.
Prefixes must be 3 to 12 characters long
Common examples include:
RE-
(for Rechnung)INV-
(for Invoice)Your company abbreviation (e.g.,
RKTRIDE
,ABCSTOR
)
Important: Your prefix cannot match any customer-specific prefix, even if it's no longer in use.
π Stripe Account Limitation: One Sequence per Account
Due to Stripe limitations, each Stripe account supports only one invoice number sequence and one invoice prefix.
What this means in practice:
β If you have one Stripe account per location, each location can have:
Its own prefix
Its own numbering sequence
β If you have one Stripe account for multiple locations, you can only use:
One shared prefix
One shared numbering sequence
(applies to all locations together)
This limitation is imposed by Stripe and cannot be overridden.
π― Defining a Starting Number
You can choose a custom starting number for your sequence.
If you set the start number to 200
with prefix RE-
, invoices will look like:
RE-00200
RE-00201
RE-00202
π« What's Not Supported
We currently do not support year-based suffixes or multiple number sequences per year.
β Not supported:
RE-00001/2025
RE-00002/2025
Starting over with
RE-00001/2026
β Supported:
One single continuous number sequence, such as:
RE-00200
RE-00201
RE-00202
(β¦which continues into the next year)
π Summary
Feature | Supported? |
Custom prefixes | β Yes |
Start number definition | β Yes |
One prefix per Stripe account | β Yes |
One sequence per Stripe account | β Yes |
Multiple prefixes for one Stripe account | β No |
Year-based or per-customer sequences | β No |
Auto-incrementing numbers | β Yes |
Changing prefixes later | β Yes (with limitations) |
If you have any questions or need help customising your setup, feel free to contact support!