#Ninja man-checkout-locale
1 messages · Page 1 of 1 (latest)
Basically i send a link to a checkout page, want it to be fully in danish
You should be able to do this by specifying the locale when you create the Checkout Session (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-locale)
We call this out in our docs here https://stripe.com/docs/payments/checkout/customization#localization
Okay, what about if i would also just share a link straight from the dashboard? So if i create a new link to a checkout for a client to start their retainer subscription?
Are you talking about PaymentLinks? You shouldn't be able to create a Checkout Session through the dashboard
Ninja man-checkout-locale
For PaymentLinks there's no way to force the locale - it'll automatically change depending on the user's language browser settings
oh ah thats even better then, but to confirm, will all be in danish if the person is in denmark and have those settings?
yup!
perfect, any future plans to integrate contracts to stripe to an payment link can have a subscription bound for 24 months without them being able to cancel? Like there is other services for this, but would be cool if it was in stripe too.
There's ways for you to build this type of functionality on top of what stripe offers, but as far as I know we don't have specific plans to separately support contracts
alright, but seems i cannot use stripe as the client can cancel anytime before the next month payment is payed, or?
They'd only be able to cancel if you provide them with a UI to cancel or you allow them to cancel through the Customer portal - there's no way for them to cancel the Subscription on their own if you don't give them access to a UI to do so
what do you mean? is there a way to hide that in the customer portal? @glad tapir
Yeah in your customer portal settings you can disable the ability for your customers to cancel subscriptions (see https://dashboard.stripe.com/settings/billing/portal under the "cancellations" sectino)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ah wow perfect!