#rd16123
1 messages · Page 1 of 1 (latest)
Hello rd16123, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• https://discord.com/channels/841573134531821608/1164202848507142245, 1 days ago, 10 messages
• https://discord.com/channels/841573134531821608/1164194376684142643, 1 days ago, 8 messages
• https://discord.com/channels/841573134531821608/1164135673851293819, 1 days ago, 16 messages
• https://discord.com/channels/841573134531821608/1164133798099832883, 1 days ago, 8 messages
Hi, that’s likely because it’s on a different account
req_6z24TDnJ5RXcle is creating ba_1O2mbmIAqCoFDw40qpR1bt7y which is a completely different Bank Account. Where do you see the error of ba_1O2mbmIAqCoFDw40qp?
Ok I guess this is https://dashboard.stripe.com/test/logs/req_kZTY3HbpuuK9Sx
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It's because you are trying to payout to a Bank Account of a Connected Account, but you forgot to use Stripe Account header
where to add the header?
const payout = await this.stripe.payouts.create({
amount: 100, // Amount in cents (e.g., $100.00)
currency: 'nok',
destination: 'ba_1O2nKmRRQ4AmzZ3DeHENrocV', // Replace with the external account ID.
});