I just learned about the Payout Stripe Object, I thought it would allow me to send money from my stripe account to any card or bank account with a simple request to the server, but it turns out it only works if the card is already attached to my stripe account.
So I wanted to know, is there a way to send money form my stripe account to a separate card or bank account using backend requests?
Example: The website I'm building should give the ability for a user to send money to another user and I take a portion of that, so the money get's to my stripe account, then I send the full amount minus my portion to the intended customer.
Thanks!