#meet_account-capabilities

1 messages ¡ Page 1 of 1 (latest)

woeful lilyBOT
#

👋 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.

untold lance
#

meet_account-capabilities

#

You can pass setCardPayments() and setTransfers()

visual vine
#

just get rid of them ?

untold lance
#

You're asking how to enable both, so I'm explaining how

visual vine
#

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();

untold lance
#

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?

visual vine
#

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

untold lance
visual vine
#

so adding the above lines (.setCapabililties) is required step or not? for a successfull account creation

untold lance
#

it is required yes

visual vine
#

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 ?

untold lance
#

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