#Bruno Santana
1 messages · Page 1 of 1 (latest)
Send money to an account from where?
I'm confused. Can you explain what it is you're trying to do exactly?
Sorry, I made a mistake. In fact I want to transfer money to connected accounts without having to send a source_transaction in the request, which is mandatory for my locality, so the transfer api is not serving me. So the transfer would be from the main account of my application to a connected account. Got it?
The only way to do that is via the Transfers API.
In this case, is there any way to circumvent this source_transaction requirement?
Unaware of that requirement. Can you share a req_xxx with that error?
{
"error": {
"code": "transfers_not_allowed",
"doc_url": "https://stripe.com/docs/error-codes/transfers-not-allowed",
"message": "For Transfers involving Brazil, the source_transaction parameter is mandatory. See https://stripe.com/docs/connect/charges-transfers for more information. If you have any question, please contact us via https://support.stripe.com/contact.",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_fPQ8j0seL2jnS6?t=1677849634",
"type": "invalid_request_error"
}
}
TIL. I guess you should speak to support at that URL then. We wouldn't know anything about that requirement here.