#robbe-neuroline_api

1 messages · Page 1 of 1 (latest)

ornate condorBOT
#

👋 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/1504140062525231247

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

patent thicket
#

Feature request for Hosted Invoice Page localization and legal links

While implementing Stripe Invoicing, we ran into a limitation with the Hosted Invoice Page. In our integration, we set the customer’s preferred_locales value, for example: preferred_locales: ["nl"]

This appears to work for invoice PDFs and emails, but it does not force the language of the Hosted Invoice Page itself. The hosted payment page still seems to use browser language detection, and there does not appear to be an API parameter to override it for a specific invoice or hosted invoice URL.

For our use case, we need a predictable localized billing experience. Ideally, Stripe would support one of the following:

  1. A locale parameter for Hosted Invoice Pages, similar to Billing Portal sessions.
  2. Hosted Invoice Pages honoring customer.preferred_locales.
  3. A documented way to generate/open the hosted invoice URL in a specific language.

Related to this, we also noticed that Billing Portal configurations support passing in privacy_policy_url and terms_of_service_url, but Hosted Invoice Pages do not seem to expose equivalent API parameters. It would be useful if Hosted Invoice Pages could also support passing legal links, either through invoice settings, invoice templates, or per-invoice API parameters.

sleek fossil
#

Hello! Thanks for the detailed description of your use case and feedback 🙂 Could you please share your account ID so I can pass it along to our product team? In the meantime, I will look for alterntive solutions for you...

patent thicket
#

Hi Jazz! This is my account ID: acct_1TVmBM61t7PjP6xc

#

We use invoices currently because via API you can add custom line items and all our customers are enterprise so they have unique pricing for monthly and usage based line items, which would make product IDs a nightmare.

#

Our implementation therefore fully omits product IDs.

sleek fossil
#

I see, thanks! So you're computing the usage, adding line items, and creating/sending invoices on your own schedule?

patent thicket
#

Yes that is exactly right. All these things are computed on our backend and sent with a monthly cron as invoice.

ornate condorBOT
sleek fossil
#

Gotcha! Using Subscriptions would automatically generate recurring Invoices, retry failed payments, and allow you to use the Billing Portal where you can specify the locale and business links. But I understand it's difficult with unique pricing. Unfortunately, I don't see any other way to customize the Hosted Invoice Page right now, but I will definitely file this feature request 🙏

patent thicket
#

Great! How long does it often take before features are considered for implementation > actual implementation, just for my understanding so I can plan ahead with that schedule in mind?

sleek fossil
#

We can't guarantee if or when features requests will be implemented so I recommend you plan without these features in mind, sorry!

patent thicket
#

No worries, thank you for your time and help Jazz, how can I stay up to date with this feature request?

sleek fossil
#

Always happy to help ❤️ Sadly we don't provide updates on feature requests, but I can ensure you I've filed it with all the context you provided. You can keep an eye on our changelog for any updates to our APIs: https://docs.stripe.com/changelog

balmy moon
#

hello! fyi i'm taking over for jazz, feel free to let me know if you need help with anything else 🙂

patent thicket
#

Hi Solanum, I have no further questions. Have a nice day!