#rreydan
1 messages ยท Page 1 of 1 (latest)
Hello ๐
How can I help?
Hey. Last week I attempted to modify the capabilities of an express account through the API and I distinctly remember getting an odd error. Something along the lines of Express accounts can't be modified after they have been created
This week I tried similar steps and magically it works.
At this point I'm trying to figure out if that was perhaps a fluke, or if I'm going crazy and imagining things.
As far as I know, you can update express account capabilities after creation.
There might be certain properties like business type etc which are immutable and can't be updated
Thank you, that's what I was expecting too. I wish I had taken a screenshot of the error.
You could look at your logs ๐
https://support.stripe.com/questions/finding-the-id-for-an-api-request
This was so helpful
I think I realize what my mistake was, I sent a different api request than what I think was sending: I was getting Cannot create an edit link for the account xxxxxxxx, which is not an Express account.
In fact, I was trying to create a login link to a custom account by mistake.
The fact that I thought I was editing an express account, combined with the fact it says "edit link" in the error messages, reinforced the wrong perception.