#a1dminaaa
1 messages · Page 1 of 1 (latest)
Hi there!
I'm not sure I understand the question.
source_transaction is an optional parameter, so you don't have to set it. But we recommend setting it to avoid getting errors because of not enough balance.
Stripe transfer error:For Transfers involving Brazil, the source_transaction parameter is mandatory. See https://stripe.com/docs/connect/separate-charges-and-transfers for more information. If you have any question, please contact us via https://support.stripe.com/contact.; code: transfers_not_allowed; request-id: req_D2JTnHcAsO7Opr
When I called the transfer API, I did not specify the source_transaction parameter, and the API responded with an error
Well then the error is pretty clear. What's your question?
When transferring funds in the Brazil region, it is necessary to specify the source_transaction parameter, which means only one payment record can be specified. But our withdrawal business may have to withdraw from multiple payment records
Is there any other way to achieve this
No sorry, you'll need to set a single source_transaction for this to work.
If you want to do a transfer in Brazil, you have to set source_transaction. And source_transaction can only include one payment.
Okay, I understand. Thank you
There's another question
We encountered an error while using the connect function in express mode: Cannot onboard via express oauth due to gated access
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
I didn't see the corresponding log
Then can you clarify exactly what you are doing and where you see that error?
These are our connect configurations
I can use Standard now to function normally
Thanks! Give me a few minutes to look into this.
I don't know if this is caused by an account permission issue, but the account in our Stripe backend is spiridonoff.sergio@gmail.com
👀
Yeah funfortunately I'm not sure. We generally discourage using OAuth to onboard Express accounts – you should be using Account Links
We use a connect account for transfer operations
Yup, but you should be onboarding via: https://stripe.com/docs/connect/express-accounts#create-link
Not the OAuth URL
We integrate within the app
Not sure what you're describing, but not sure how that prevents you from using an Account Link
Okay, I'm researching this