#vpmaurya
1 messages · Page 1 of 1 (latest)
Hi there, can you tell me what are you trying to achieve?
I am trying to achieve manual payout for customer
OK, it seems like you haven't add an external account for your connected account.
You can follow this guide to add a bank account to your connected account (https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-integration=prebuilt-web-form) and try again with payout
I have already added a bank account for custom account with help of onbording..
Can you share with me the connected account ID?
Can you share with the request ID that you made to create a payout?
this is curl response for same account for retrive external bank account
curl -G https://api.stripe.com/v1/accounts/acct_1MCKznIurJ6xJVoe/external_accounts -u sk_test_51MC3zlIlsmetPung3MNS2Ywdgtmy9L21wl4xmxh8tRVdGsTCOSwpOftpIyjSiIDlJPieupGWDrG6m4bKgicrrMOC00DQlGl4aw: -d object=bank_account -d limit=3
No, I mean the request you made to create a payout.
req_tuqdqnBlSFfrRs
This request was made on platform, not acct_1MCKznIurJ6xJVoe
You need to specify a Stripe-Account header to make request on connected account
i folow this step
Yes, but you still need to specify a Stripe-Account header if the payout is to be created on connected account instead of your platform account.