Stripe Withdrawal Request error for Brazil
-
Hello, i’m trying to work with Stripe for the vendors withdrawal, and when i try to make a request, i receave this error on my Stripe log:
{
"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_WWgPgLtDzlWtEE?t=1675717564",
"type": "invalid_request_error"
}
}
The stripe suport told me to add the parameter ‘source_transaction’ and get the latest_charge property to display the ID i need to it to work. But i’m having a hard time to get the latest_charge on the Transfer.
Can anyone help me to add this?
- The topic ‘Stripe Withdrawal Request error for Brazil’ is closed to new replies.