#Pravin-Connect
1 messages · Page 1 of 1 (latest)
i am trying to create like below
AccountCreateParams accountType = AccountCreateParams.builder()
.setType(AccountCreateParams.Type.STANDARD)
** .setCapabilities()**
.build();
Account account = Account.create(accountType);
i am not able to understand what should i pass inside ** .setCapabilities()**
Taken from Github: https://github.com/stripe/stripe-java/blob/master/src/test/java/com/stripe/functional/GeneratedExamples.java#L1587-L1597
thanks for above link
is it possible to pass capabilities while creating standard type account
Yes
oh wait! Sorry for that. Let me try myself
right, you can't. Apologize for the confusing Doc. It should have mentioned this
i have not seen anywhere in docs that adding capabilities for standard account will not support
if you have any reference, please share the same with me
Could you please help me with reference docs where i can see that, it mentioned adding capabilities for standard type account is not possible
Sorry, I can't find anything on the Doc either. Is that you want to know how to add capabilities to Standard Account? Or you want a Doc saying you can't do that on API?
i am clear that its not possible .
but not just want if this is the same thing mentioned anywhere in stripe docs
so that i can use that as evidence
Could you write into Support? They may have a Support article link or guidance
:question: Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact