#danya3781_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1263651806135980053
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- danya3781_api, 1 day ago, 16 messages
- danya3781_api, 2 days ago, 4 messages
Hi, thanks and looking
For Express account, in the Account Onboarding flow there should be a place to specify the bank account already. Could you elaborate why you are adding another one via API?
Because based on my previous questions in discord, there doesn't seem to be a way to create an account in the testing environment connect to a European bank account, for example one in France, without using the API
My goal is to create an account I can test with that has a French bank account in my testing environment in order to test cross-border payments before i deploy my changes to production
I see, gimme a min
So what happen so far is you have an US Platform account, then created and onboarded a FR Connected Account?
In that case wouldn't it be able to add an FR bank account during the Onboarding UI
In the onboarding UI, I am unable to change the business/personal address to be anything other than in the USA
let me see if i can find a screenshot
Take for example one account I have acct_1PTdxyBOBGuf4UjS, which is currently listed as a French acccount (the one I was using in the original api calls I posted)
At this point, I must have tied it to a US bank account when testing, so it won't let me switch to a different bank or add a european one.
Now it will only let me enter these details
and i need to enter an IBAN number probably for a french account
not routing/account?
Just qq if you click on "Use test account" it will prefill an US account?
Okay thank you for all your help, but i was just able to get this to work
i ended up needing to create the account from scratch via the api, and not updating an existing one made in the dashboard
I was then able to add the bank account via the api, and login to the portal afterwards and see it there
Oh nice. qq did you add the bank account after the Onboarding UI above?
no, basically no ui was used. everything through api. then i logged in via the ui and entered information like name/address, but at that point it was all in french that time
okay wait before you close this
I was hoping to be able to use the api to also change the service agreement type of the account from full to recipient (the main thing I'm worried about testing in prod). I get this error:
{
"error": {
"code": "oauth_not_supported",
"message": "This application does not have the required permissions for the parameter 'tos_acceptance' on account 'acct_1Pe5h5BBMGLQfBNJ'.",
"request_log_url": "https://dashboard.stripe.com/acct_1Pe5h5BBMGLQfBNJ/test/logs/req_08dIfCI8L6j5TO?t=1721354922",
"type": "invalid_request_error"
}
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Uhm okie, can you specify that service agreement when you create the account too? Isn't there a parameter for it?
Yes, my goal was to see if I could explicitly modify it for existing accounts in our production site, since the full agreement no longer allows for cross border payouts, but I think it did when we started a few years ago. But now reading the docs: "Connected accounts can be under one of the following service agreement types: full or recipient. After the connected account’s service agreement is accepted, the type of service agreement can’t be modified." so we may be out of luck there anyway