#Mathieu Ducrot
1 messages · Page 1 of 1 (latest)
Hey! Not possible to set the invoice number prefix on a per product basis. Can only be done on account or customer basis: https://stripe.com/docs/invoicing/customize#invoice-numbering-schemes
Regarding sending finalized invoices, again this is a per account setting. However you can call the /send endpoint for the invoices where you do want to send them: https://stripe.com/docs/api/invoices/send
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It may be possible to manually set a number on a per invoice basis if that would help too
On our future case scenario, the invoice number won't be set per customer as they need to follow customer by customer.
Thanks for the info about the manual /send endpoint
Overall we need this new product to be manage by Stripe in the most easily way (using prebuilt Session Checkout, and code as less as possible expect payment webhook), won't it be simpler if we just create a new Account to ensure we can set those settings differently ?
Sure, you can do that
Ok so if we do that then is there some way in the Stripe ecosystem to kinda link the two account to have a like macro vision or some combine reports feature ?
Not without establishing a Connect platform, no
Ok so is this the connect platform you talk about https://stripe.com/fr/connect/platforms ?
Can we add our currently created account to this platform system with the Standard offer ?
Will it be transparent and have no impact on our current integration ?
What exactly is it you're trying to achieve?
If you want standardised reporting, I'd not recommend this
From what we have discuss, the easiest option we'll probably go for is splitting the account in two to better handle our product integration dependence on Stripe (cf. screenshot)
What i would like to know is from this theoretical future setup what would we have at our disposal to a have a combine reports revenue without switching from one account to another ?
I completely don't know anything about Stripe connect platform on how it works, what impact does this solution have for already integrated account that have subscription rolling in every day or just what can this add to our situation ?
The purpose of the question is to get a fuller picture of the possibilities.
To be clear it's not dramatic if at the moment we can't do what i'm asking about the "combine reports" but i'm just asking to be sure i'm not missing anything.
What i would like to know is from this theoretical future setup what would we have at our disposal to a have a combine reports revenue without switching from one account to another ?
No, you can't combine reporting from separate standard accounts regardless of if they're connected or not
Ok thanks for those answer and your time 😉