#AdamTheDeveloper-Connect
1 messages ยท Page 1 of 1 (latest)
Just trying to enable card issuing at the moment on a connected account. But I get this:
Not sure how to accept them
what type of Connect Account? Standard, Express or Custom?
The idea is that the Card Issuing capability is disabled because there's Information Needed so if you can provide these missing info using the Dashboard then you would probably be fine
Just fyi, Dashboard Actions are a bit out-of-scope of the work we do here, which is API integration help
using the API you could accomplish this by using this action https://stripe.com/docs/api/accounts/update#update_account-tos_acceptance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's fine, I was asking on here as not sure if I needed API or dashboard. I can't see how to do this in the dashboard, so it must have to be API only
let me know if you need any more help
I do, that link you sent is more for Stripes TOS, not the TOS for card issuing
How would we accept TOS via API for card_issuing?
could you give me the account id acct_xxx I could take a look for you to see what are the missing requirements
acct_1L0X2FQvKSMKqNJK
sorry my bad, I sent you the wrong link earlier
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is what you need to update
in all cases whenever you have a disabled capability, the best way of finding what's missing is retrieving the account and looking at the requirements field
it will have the details of what needs to be collected
That's fine, I got you now. Thank you