#atob-yash_api
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/1283841865774403604
š Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Have you tried updating the Account Capability via the API with requested set to true? https://docs.stripe.com/api/capabilities/update
I have not, can I try it quickly while I have you with me/
Sure thing!
Is there anyway I can do it on the UI?
I'll need 2 minutes to spin up a shell in my prod env
I'm not sure if you can do it in the Dashboard or not, we're more focused on the API and code here. There might be a way to do it if you view the Dashboard as the connected account.
You can do that by going to the list of Connected accounts in your Dashboard, clicking on the connected account in question, then click on the ā¢ā¢ā¢ button in the top right and choose the View Dashboard as this account option there. Then look around for a way to enable that capability.
Tried this:
'acct_1MGodPR4bjuRAmjQ',
'card_issuing',
{requested: true},
{api_key: ""}
)
Got this response:
#<Stripe::Capability:0x4b8ac id=card_issuing> JSON: {
"id": "card_issuing",
"object": "capability",
"account": "acct_1MGodPR4bjuRAmjQ",
"future_requirements": {"alternatives":[],"current_deadline":null,"currently_due":[],"disabled_reason":null,"errors":[],"eventually_due":[],"past_due":[],"pending_verification":[]},
"requested": true,
"requested_at": 1671476665,
"requirements": {"alternatives":[],"current_deadline":null,"currently_due":[],"disabled_reason":"rejected.inactivity","errors":[],"eventually_due":[],"past_due":[],"pending_verification":[]},
"status": "inactive"
}
But no change on the UI
What are you seeing in the UI? Can you share a screenshot?
Hm, it could be that the change will take a few minutes to propagate. If it still says inactive in a few minutes you'll probably need to reach out to support to have them get it working again.
But you're certain that re-requesting this capability is enough?
Nope, not certain. š
Because I'd expect to see some form of "pending" if Stripe was processing it
Support will know for sure what the right next steps are.
Yeah, if it does change to pending in a few minutes it should be fine, but if it doesn't reach out to support.
Sounds good, thank you!