#tomas at amenitiz

1 messages ยท Page 1 of 1 (latest)

supple kilnBOT
gusty garden
#

Ah, like manually set the next_invoice_sequence at an account level?

main cliff
#

Hmm I see no way to do it through the dashboard. Might be my API version?

gusty garden
#

Yeah, looks that way

main cliff
#

That still would allow me to change just the prefix, no? For the next_invoice_sequence I have. no way of doing it for account level, either via api or the dashboard?

gusty garden
#

No, you can explicitly set the next number in the sequence

#

For some reason I can't upload screenshots to show ๐Ÿคฆโ€โ™‚๏ธ

half cape
#

๐Ÿ‘‹ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!

main cliff
#

Hey! So basically from my screenshots; I don't see a way to change the next_invoice_sequence at the acount level.

half cape
main cliff
#

While it's pretty clear from the docs how to do it on a customer level; that schema only applies to the US

half cape
#

in this page

#

under Configure invoice template

#

there's Invoice numbering

main cliff
#

Hmm so I don't have that row

half cape
#

within it you have Next test invoice sequence

main cliff
#

Either that or I'm supper stupid

half cape
#

what's your account ID?

main cliff
#

acct_1BGsFaIsA9C1ybP0

half cape
main cliff
#

Ah yes, it could be that

#

So I can only have one version enabled at all times?

#

Would I have any major implications if I upgrade it? For instance backwards compatibility issues?

half cape
half cape
main cliff
#

hmmm, that sounds like a good approach

#

so it will still leave my codebase compatible, but it will update my dashboard to match the latest API version?

half cape
half cape
#

you need to pass in specifically the API version in all of your projects so you wouldn't change the current behavior

#

I would advise you to start by doing that before upgrading to the latest API version on the dashboard

main cliff
#

yeah, that seems the smartest way to go about it

#

thanks, that seems all pretty clear

#

you can close the thread, I'll see into the implications of bumping the API version in the dashboard

#

one last question: if I created webhooks on an API Version

#

and then bump it

#

they'll stay on the api version created, or do I need to specify the version I need?

#

meaning, would upgrading my account api-version upgrade my webhooks api-version too? That would be really undesirable

half cape
#

to avoid that you can create a new webhook endpoint and choose which API version you want it to be at, and then delete the old one

main cliff
#

๐Ÿ‘

#

Pretty clear then

#

I guess I have more work ahead of me than I expected ๐Ÿ˜†

half cape
#

you should also think about adding the versioning in the Stripe instance in your webhook endpoint too

#

if it's different than your app's

main cliff
#

I will, thanks

half cape
#

sure thing ๐Ÿ™‚ let me know if you need any more help

main cliff
#

I don't think I need for a while, so feel free to close it

#

Thanks for the help and sorry for the inconvenience ๐Ÿ˜„

half cape
#

no worries at all, feel free to come back whenever you need anymore help.