#Bruno Santana

1 messages · Page 1 of 1 (latest)

jovial tideBOT
limber solstice
#

Send money to an account from where?

crimson osprey
#

bank account

#

external

limber solstice
#

I'm confused. Can you explain what it is you're trying to do exactly?

crimson osprey
#

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?

limber solstice
#

The only way to do that is via the Transfers API.

crimson osprey
#

In this case, is there any way to circumvent this source_transaction requirement?

limber solstice
#

Unaware of that requirement. Can you share a req_xxx with that error?

crimson osprey
#
{
  "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"
  }
}
limber solstice
#

TIL. I guess you should speak to support at that URL then. We wouldn't know anything about that requirement here.

crimson osprey
#

Actually I've already tried that, but it's taking too long to get a response.

#

Anyway, thanks for trying.