#stephy
1 messages · Page 1 of 1 (latest)
You mean bank? (withdraw)
No, the'rey talking about connect which is something different
@vital geyser If you look at a connected account in the dahsboard there should be an "Add funds" button
I believe you could also do this from the Transfers page https://dashboard.stripe.com/test/connect/transfers
Actually I wanted to integrate in my site ... beacuse lot of connected accounts are there so I wanted to manage averything viay website
If you want to build this yourself, then you'd use the Transfers API (https://stripe.com/docs/api/transfers)
So now I do only one thing that using account is just use transfer api to transfer the funds
But problem is how do I ensure if it's the correct connected account..there is no info is shown ,when I click transfer button then I call api to transfer the funds...apart from do you have any dashboard or anything that can i integrate with my website
But problem is how do I ensure if it's the correct connected account..there is no info is shown
You could retrieve the Account through the API and make sure it's correct (https://stripe.com/docs/api/accounts/retrieve)
Other than the dashboard, we don't offer any other UI that would do this for you - you'd either have to build it yourself, or look to see if there are any third-party plugins that potentially manage this for you
Ok... understood actually now what I do menas I store the account id for each connected account and call the from my database to transfer amount to particular account Id so I thought there is any UI that I can manage...
I'm not understanding how that's different from what you asked for before - there's no "other" UI to manage this at all
Yes I got it...
Am asked the same thing before I just tell you how my integration process going on...some other people' s give me or share ideas to me how to develop that...so that why I just briefly explained..sorry if you not like it
It's fine to explain it, I'm just trying to get you to provide more detail on how specifically that is/isn't different than what you mentioned initially
Differ is in second time I tell you I keep all connected account Id in a database and I call them in my dashboard and use transfer api for fund transfer...so I just try to explain its a dynamic system where i Integrate this transfer api ... So I thought it would more good if I show some of the information about account that connected...that also.. nothing more....thank you for your help...