#monove
1 messages · Page 1 of 1 (latest)
Hello! Let me check on that - I'm sure it's controlled by something in your settings, just gotta find which one
thanks
I think it's the public business name (https://dashboard.stripe.com/settings/public)
ok. another question: for appearance configuration, instructions are to initialize the elements as such
const elements = stripe.elements({clientSecret, appearance});
but we are doing const elements = stripe.elements({ mode: 'setup', currency:...
appearance should also be an available option when initializing w/o a client secret (we have this in our docs here https://stripe.com/docs/js/elements_object/create_without_intent)
Did you try it out?
perfect thanks
👍