#meet_account-capabilities
1 messages ¡ Page 1 of 1 (latest)
đ 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/1286462217876934787
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
just get rid of them ?
You're asking how to enable both, so I'm explaining how
i am already passing them :
.setCapabilities( AccountCreateParams.Capabilities.builder() .setCardPayments( AccountCreateParams.Capabilities.CardPayments.builder().setRequested(true).build() ) .setTransfers( AccountCreateParams.Capabilities.Transfers.builder().setRequested(true).build() ) .build() ) .build();
Okay sorry I'm going from the code you shared in your question.
Then I'm really sorry I don't understand what you are asking. What exactly is not working?
so i am able to create an account using the Account API, but after using the onboarding LINK (to fill up the required info) I cannot see the payments and transfers set to enabled in Dashbord
Ah gotcha, completely different question! So yeah this has nothing to do with your code I would assume. It's likely that the account is disabled and requires more information.
I recommend carefully reading https://docs.stripe.com/connect/handling-api-verification#handle-risk-verifications and other parts of that page to grasp how requirements work and why it matters
so adding the above lines (.setCapabililties) is required step or not? for a successfull account creation
it is required yes
okay. let me go through the doc, and try to get this done.
if i get stuck will drop a msg here.
could you not close this thread for some time ?
we close threads quickly here as we help other developers. If you prefer long running support, we recommend email support with our support team instead: https://support.stripe.com/contact
But yes I'll keep this thread open for a bit