#KevinC-Payout
1 messages · Page 1 of 1 (latest)
Hi there
ba_xxx is not a correct account id. You should use the connected account id acct_1LX2tzROEmSgSN87
I see so the connect_account Id should be used .. I check it now still get same issue.
That's weird. Do you have the request id (req_xxx)?
Maybe you are passing in a different parameter
Locate you request from here: https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
here its id : req_NolbxYnkurPhrd
Oh sorry, this param expects an external account (ba_xxx) instead. When you used ba_1LX2z6ROEmSgSN87VL6JNUsO you got no result?
yes see this req log : req_G69kedtiqU82DX
Okie, let keep this ba_xx value, but now use a Stripe Account header
It will be a separated bracket from destination or limit, something like
[....],
["stripe_account" => "acct_1LX2tzROEmSgSN87"]
I see... got it now.. Thank you so much @orako ..