#hakan_-change-invoice

1 messages ยท Page 1 of 1 (latest)

open nimbus
#

Hello ๐Ÿ‘‹
Not sure what you mean by live invoice numbers into test mode
Can you give me more details about what you're looking at?

hollow wagon
#

lets say for example i have

mysoftware-0001 as next invoice number in live

#

invoice being sent out so far so good

#

now, I want to test my stripe integration again and I see in my test mode then mysoftware-0002 ?

#

or can I change within test mode to mysoftware-test-0002 the prefix order

#

so for all invoices in test mode it will be mysoftware-test and then the number

tawny sentinel
#

๐Ÿ‘‹ stepping in as hanzo had to step away

#

This isn't possible.

#

You can only determine whether the number will be sequential per your account or per customer.

#

You can't control the prefix of the invoice number

hollow wagon
#

thats bad because thenmy accountants would need to handle even the test invoices...

#

which means i cant proper test

tawny sentinel
#

Why would they need to handle test invoices?

#

No need to reconcile test data at all

hollow wagon
#

cause i am in germany

#

its required to save even test data here

#

its pretty common in europe you know

#

we cant determine even if its a test invoice or live

#

also what is not good

#

because the number prefixes are the same

#

what also is missing that this is for * invoices, what when I have 5 saas instead of 1 ? what do I do then?

#

basic features that are missing ๐Ÿ˜ฆ

tawny sentinel
#

It is easy to differentiate between test and livemode data.

#

Based on how you retrieve it and store it.

#

There is no reason you should be mixing up testmode and livemode data in terms of reconciliation.

hollow wagon
#

which is = bad

tawny sentinel
#

What does that mean... "forces"?

hollow wagon
#

pretty bad

#

what if I have 5 saas and I want to have for example

mysoftware-a-001

mysoftware-b-001

that will not be possible which is terrible to be honest

stripe forces me to make

mysoftware-all-001
mysoftware-all-002

tawny sentinel
#

How are you ingesting your data?

hollow wagon
#

what you mean

tawny sentinel
#

How are you intaking your data and storing it in your database?

hollow wagon
#

from webhoos

#

webhooks

#

but is that important to know?

#

im talking about invoices from stripe

tawny sentinel
#

Yes it is important. Because you then use that to determine that an invoice is in testmode or livemode

#

Because you webhook handler dictates that based on whether it is a testmode or livemode endpoint

#

So when you store the data from your webhook you should indicate that it is a testmode or livemode invoice

#

And that differentiates

hollow wagon
tawny sentinel
#

There is really no reason that should be the case

hollow wagon
#

i see, i can switch between test and live mode and see different invoices, okay that is somehow good so far

hollow wagon
#

i dont understand why

#

at least I have that kind of seperation, but what if I want to have seperate invoice prefixes for different software?

tawny sentinel
#

As I noted, we don't currently support custom invoice numbering.

#

There is a feature request in already for it. And I do hope it will be built in the future!

#

But we don't currently support it.

hollow wagon
#

I must say those kind of things are basic requirements, its not even a advanced thing like for managing invoices

#

its super general that you have a seperate invoice prefix for different sotware

hollow wagon
tawny sentinel
#

You can contact our Support team (https://support.stripe.com/contact/login) if you want to be kept up to date on when this is released. There is nothing external about it at the moment since it hasn't been built yet.