#mykola5123
1 messages · Page 1 of 1 (latest)
The link that I get create an account in the test mode only.
Can you explain the issue here a bit more? You control account & account links creation in test vs live mode by using the corresponding secret key
Sure.
I call the stripe.accountLinks.create to get the link for onboarding flow. After I redirect the user to onboarding, stripe shows me "Yous are in the tesmode".
The main account ("Skimpel") has already live mode
Can you share the account link request you made? ie, the request ID like req_123?
You must be creating a test mode account link for a test mode account, using a test mdoe secret key
It sounds like that's not what you mean to do?
exactly! Let me check the secret key.
I think you are right, it seem like I have a problem with environment variables
How/Can I get a secret key in the stripe account?
In your dashboard: https://dashboard.stripe.com/apikeys
There are no option to read it
You can create a new one, then
OK thank you, it was helpfull