#Rahul Maru
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
after some changes i got success response for connect account but it is not showing on my dashboard
requestId = req_5pGKpPah36e9as
can you please check
@winged holly are you there
Yes, but I'm also helping other users. I'll check in a moment
sure
but it is not showing on my dashboard
You mean on the connected accounts list?
yes
there's no reason why it wouldn't appear on https://dashboard.stripe.com/test/connect/accounts/overview on your main account
maybe you're logged into a different Stripe account?
can you please give me test data to add external account
stripe.accounts.createExternalAccount
for UAE country
https://stripe.com/docs/connect/testing#payouts has the test data
i am getting an error StripeInvalidRequestError: We couldn't find the bank for that
{
external_account: {
object: 'bank_account',
country: 'AE',
currency: 'AED',
account_holder_name: 'Dubai',
account_holder_type: 'individual',
routing_number: '110000000',
account_number: '000999999991'
}
}
can you share the request ID req_xxx for the error?
req_wRIi7t58Veyl3p?t=1667913463
request Id
can you please check
and give me the correct payload test data for this request
not sure where you got those numbers from, they are not what is in the docs.