#philiiiiiipp_api

1 messages ¡ Page 1 of 1 (latest)

broken dockBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1407763124462944442

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

steady basin
#

With seeing it in their account, I am talking about their bank account

subtle geyser
#

I'm not sure there's a way to dynamically add invoice numbers to the Statement Descriptor using subscriptions.

steady basin
#

Is this something you can figure out ?

#

For our customers this is quite anoying because they cannot automatically match the invoices with the bank statements

broken dockBOT
primal hatch
#

Hi, taking over as my teammate needs to step away. Let me catch up.

#

We do allow some invoice customization here: https://docs.stripe.com/invoicing/customize

However, subscriptions where stripe charges automatically, we take it from the product: https://docs.stripe.com/api/products/update#update_product-statement_descriptor

On the first invoice, you can rely on this. On the subsequent invoices, you should have one hour window to update each invoice's statement descriptor when it's still in draft mode : https://docs.stripe.com/api/invoices/update#update_invoice-statement_descriptor

#

Are you able to try these please?

steady basin
#

I did but if the invoive is in draft the number is null

primal hatch