#BrittanyG
1 messages · Page 1 of 1 (latest)
Can you provide some example accounts and the requests you making?
You would only be managing external accounts for custom connected accounts, since standard and express accounts are managed by Stripe. But in the custom account case I'm not sure what you mean by their dashboard here:
The bank account for some reason is not showing in their stripe dashboard and does not seem to be attaching to that user
Yes. I am using custom accounts. I am referring to when I go into my stripe to view the users information. Not sure if you would call it a dashboard. But where it shows what external accounts are connected...it only shows the card that i directly attached to the "update account" api using the parameter "external_account"
I am using the Bubble.io api connector. Here is the call that I am making to create the bank account after creating the bank account token.
When I use that call I end up with an account with a list of external_accounts and I do see both when looking at the account summary in my dashboard
What do you see in external_accounts if you retrieve that account via the API?
Note that body type should be form encoding, not JSON
I am not using that section of this api call. That would be if I am manually writing the call in the Body section. That section is empty. Bubble automatically sets the content-type of each call to application/x-www-form-urlencoded as long as the queryst. box is checked for each parameter.
When I retrieve the account via the api, I see the bank account attached. I guess it may not be showing up in stripe because it is not the default. I am not sure. But you said that it is showing that the user has 2 accounts on your end as well. Just seems a little odd that I can't see that on my end.