#sergio_sanchez
1 messages ยท Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
Hello Soma
req_EGFwo4YAGiO40W
I am doing some test to check how is the behaviour of the default account, but I am not able to change between bank accounts
Thanks. So when you create thte Account Link it works, then you are able to visit the URL, but when you submit the form to change the bank account you get an error?
Can you share a screenshot of the error?
it is when I try to change the default account
but there I am not able to see any error because the error_redirection is executed
Can you share the Account Link creation request?
just for your considerations, both account are for the same currency
a new one?
this is the one I use
generated with type = "account_onboarding"
Thanks! Give me a few minutes to look into this.
ok!
And can you share a screenshot of the error you see on the forntend when you do the udpate?
I also try to change the default account using the endpoint to Update a bank account, but at it is a express account I am not sure if as application platfomr user, I can change that information
no errors when I click on confirm, because the error redirection is executed
do you know what I mean?
Got it. Looking into this.
thanks
Can you try to do the same without using an Account Link, and instead directly redirect users to the Express dashboard? https://express.stripe.com/
can I do that with a test account?
I mean I am using test mode for that
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
from where I can change the default bank account?
This screenshot is from your Express account using express.stripe.com?
Oh so you didn't use express.stripe.com
the url where I am is this one https://express.stripe.com/acct_1MQpOSRIT8l4RgtY/settings
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
so I would say that yes I am in express.stripe.com
But you didn't use express.stripe.com to login, you went on your platform account to login, correct?
correct
I use this:
because via express.stripe.com as it is an account from test mode, it says that the account does not exist
Sorry for the confusion. Actually you should use a Login Link in this case, not an Account Link.
https://stripe.com/docs/api/account/create_login_link
ok let me try
which is the code for test mode?
000000 ๐
I got it
Ok good news
Now I was able to do it
change the defualt account from here works
Great!
maybe the reason is that we can not change that information from the account link ?
and the only way for express account is by themselves using their dashboard?
Account Link is meant to onboard a new account. Here you just want to update something on an existing account, so it makes sense to use a Login Link.