#Ex0TiiC-subscriptions
1 messages ยท Page 1 of 1 (latest)
how i can explain ๐
The user has the option to select a monthly or yearly payment
If he select Yearly and checkout, he got an monthly payment
I have these two prices
Everytime it will select the standard
I don't know what that means
I got it
I had wrong price_ids
But, i have the problem, its possible to change the language of the emails for the customers?
for all customers or specific ones?
but basically it's https://stripe.com/docs/api/customers/create?lang=php#create_customer-preferred_locales for per-customer settings
the default language is set on https://dashboard.stripe.com/settings/emails
Ah, thank you very much
1 More Question, can i setup the invoice? Because taxes etc. in Germany
what specifically are you looking to set up?
That Taxes are included on the invoice
yep that's supported. https://stripe.com/docs/billing/taxes
Thank you, also that the invoices are on german?
invoices are localised to the customer's language yes(it uses that preferred_locales field I linked above)
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
let me know if you need any more help
Yes, thank you very much
Its possible to deactivate the invoices in Stripe ?
Because then i will generate and send Invoices above Lexoffice
Its possible to deactivate the invoices in Stripe ?
you can void invoices yes https://site-admin.stripe.com/docs/api/invoices/void
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Because then i will generate and send Invoices above Lexoffice
I don't really follow