#hammad_api

1 messages ¡ Page 1 of 1 (latest)

idle patrolBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1288011724234166325

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

stark crown
#

here is the complete details with screenshots

#

after submitting onboarding details

fierce quarry
#

Checking it now

#

WIth reference to https://dashboard.stripe.com/test/connect/accounts/acct_1Q2Qc8CEsQl4KYKG/activity?tab=actionsRequired, there are still some actions pending. It will take some time for the account to complete the review process. You should still be able to test payments on the test mode connected account

stark crown
#

yes there are still some requirements pending on how to submit these requirements because we already created an onboarding link and provided all details, so do we need to generate a new onboarding link against the same account to resubmit pending requirements?

#

as you mentioned that it will take some time to complete the review process, but we have many account which was created 2 months ago and these are still in review

fierce quarry
#

Thanks for sharing the details. If the Standard connected account holder has completed filling the information in the hosted onboarding link, Stripe will contact the connected account for further requirements collection if needed.

#

This channel is for technical integration question. For the accounts that remain in review in test mode, I'd recommend checking with Support https://support.stripe.com/contact as we don't have necessary expertise in the verification process here

stark crown
#

alright can you please just verify me that i m creating connect account with right parameters?

here is the code snippet
const account = await stripe.accounts.create({
type: 'standard', // Choose the account type: 'express', 'custom', or 'standard'
country: 'AE', // Country code
email: 'myeeamil@gmail.com', // Email address for the account
capabilities: {
card_payments: { requested: true },
transfers: { requested: true },
},
})

fierce quarry
#

This looks right to me