#jay492
1 messages · Page 1 of 1 (latest)
You can include locale=ja as a query param in the PaymentLink URL to force it to be japanese
So somethign like this:
https://buy.stripe.com/XXX?locale=ja
couldn't find this page
oh okay i got it
can you include locale=ja to anywhere?
It'll work for payment links - not sure about other things. You'd have to give me specifics
customer protal?
No, I don't think it works for the customer portal - but if you're creating customer portal sessions through the API you can set locale through the API (https://stripe.com/docs/api/customer_portal/sessions/create#create_portal_session-locale)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Otherwise, it should default to the customer's browser locale
have a question about that. I'm doing this by myself but would like to use low code version at some point. How long do you think it will take me to embed the system in my website? and is there full tutorial for it?
The customer portal has a no code version that should be fairly easy to embed in your system (https://stripe.com/docs/customer-management/activate-no-code-customer-portal)
If you're not using that, I don't have a good time estimate - it really depends on how experienced you are/whaty ou already have in your system
i already embed the no-code version, thanks though
i am new to stripe