#waleed.bin.khalid
1 messages · Page 1 of 1 (latest)
I got this error When I am trying to do create charge on connect accont
as it says, they need that capability active, you can look at the Account object and see what information is needed to finish onboarding it and activating it.
yeah but does it have the card_payments capability requested and enabled?
like I said, generally Direct Charges are not recommended on Express, so probably you did not request that capability since we wouldn't include that capability in our example API calls. If you do want it then you need to request it, see the docs I linked above and the API documentation for requested_capabilities on the Account object.
I got it but we are creating connected acocunts for our customers
for all customers
so how we will request card_payments for each connect account
did you read the docs linked above that clearly show how to request a capability in the API calls for creating an account?
Learn how Connect platforms can use webhooks and the API to handle identity and business verification.
If I will create standard account then charge will be default enabled
it will be requested by default for Standard accounts as far as I know yes
I have tried that before, When I was using standard account. Account goes for the review
like pending
that seems unrelated
not much to look at but ok!
if you want to test this, use test mode and the test information at https://stripe.com/docs/connect/testing#identity-verification which leads to the account being successfully verified in test mode
ok lemme try again, I was using test mode before but lemme try again