#ednonstop - express login links
1 messages · Page 1 of 1 (latest)
Hey there, are you a platform developer trying to test something with express accounts?
Express accounts only exists in either live or test mode, if you created one in test mode you need to create new live accounts to use with your actual account holders
What are you trying to do, exactly? Can you share more detail?
Yes i'll try to share
I'm using account link API and login link API
Connected user must see onboarding or express dashboard in live mode when entering this screen (on screenshot)
It works well but when i changed stripe keys to live mode the onboarding or express dashboard still in test mode somewhy
Can you share and example account id you believe should be live mode, and/or the login link creation request id?
such as req_123
ednonstop - express login links
the problem is my live mode secret keys marked as not used. You can Last Used as empty
While PKs aren't sensitive, and the SKs are obscured, I deleted the image
Are you certain you're using the keys you think you're using?
It sounds like you might just be accidentally using test mode keys when you expect to be using live keys. I'd suggest reviewing your environment config to double check that.
Found an issue. It was in firebase base url where us-central1 is choosing for node js functions server. I didn't change it from dev