#cyrez-subscriptions
1 messages ยท Page 1 of 1 (latest)
hi! hmm, let me think. Ultimately it's a static string you provide and we won't translate it for you so the solution is going to be something fairly manual
i was afraid of that ๐
i thout about using the webhooks, and update the invoice if a invoice is in draft status. but maybe you have a better suggestion
would it work for you that every time you create a Customer object you pass both
https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-footer
and
https://stripe.com/docs/api/customers/object#customer_object-preferred_locales
to set up the customer with a specific language and a footer string appropriate for that language?
hmm thats not bad, but i would have to update every customer if we change the footer text.
yep that's true. The other option to set it dynamically on each invoice via webhooks which is a possibility.
that just doesn't work for the first invoice of a subscription since that one is finalised immediately so it uses the customer settings or your account defaults, but that's probably fine since you're only going to change the footer periodically.
Not really any amazing options here unfortunately
indeed no really good solution. but prefer your suggestion with setting the text in the customer object. thanks for that
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!