#sylvain
1 messages · Page 1 of 1 (latest)
There is not, you'd need to retrieve the full Checkout Session object to get that using the CHECKOUT_SESSION_ID variable
Ok but For example, when I create the session, I set locale=auto. then when handling the Success, if I retreive the full session, is there a property to read the locale used by the checkout ?
session.Locale = auto even when status is "paid"
Yes, locale: 'auto' on completed sessions unless you specifically passed a different value on creation
So no way to retreive the locale used by Stripe if set to "auto" ?
There is not, no