#nel
1 messages · Page 1 of 1 (latest)
Hi there, if you login through login links, you need to enter the OTP that Stripe sends to the number that you provided during onboarding.
Is there a way to change the number ? It's a testing account and I have no idea what number has been specified...
There's a "I no longer have access to this phone number" link in the login screen, click it and you'll receive the code through email.
And is there a solution if I have no longer access to the given email ?
You can also programmtically update the phone number or email address through the Accounts API https://stripe.com/docs/api/accounts/update?lang=curl#update_account
Cool! Thank you very much!
@zealous hawk I have an error:
{
"error": {
"message": "This application is not authorized to edit the parameters 'email', 'individual'.",
"request_log_url": "https://dashboard.stripe.com/acct_XXX/test/logs/req_XXXX?t=1682325932",
"type": "invalid_request_error"
}
}
Hey! Taking over for my colleague. Let me catch up.
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
yes: req_apLwL6Q2rWJsRv (thanks)
You can't update the email of an express Account, you can only update it on a Customer Account:
https://stripe.com/docs/api/accounts/update#update_account-email
@bright remnant so I have no way to use this testing account ?
@prisma spade We are using stripe with connected retailers accounts. Therefore we have many accounts connected in our test environment. It's fine, but at some point, you require some updates on retailers accounts (connected accounts). Again, why not, if we can login to the test account and process the update, no worry.
But our issue is that sometimes (a lot of times actually), the account is created by an old coworkers and it makes us impossible to validate the account. I'm asking here if there is a way to get back control on a test connected account.
Some of them are ok because I can use two factor auth with 000-OOO code.