#bachir_error

1 messages ยท Page 1 of 1 (latest)

muted estuaryBOT
#

๐Ÿ‘‹ 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/1291315900720611330

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

modern bridge
#

Yes I tried the workbench as your colleague told me, but can't make it work

#

Can you please just send me the CLI format for updating a connected account information

#

I want to update capabilities info:

stripe accounts update acct_1MVzpWFg4xATUH1I --live -d "capabilities[card_payments][requested]"=true -d "capabilities[transfers][requested]"=true
regal mica
#

hi! seems like it doesn't work with the restricted API key stripe-cli uses. I'd suggest just making the API call in real code with your full secret key sk_live_xxxx instead

modern bridge
#

Hi, trying this... Thanks for the quick answer ๐Ÿ™

#

it worked, you rock

#

Little question, do you know which info to specifically update on a rejected account through the API to reactivate it ? I spoke with the support but they told me it's only possible to reactivate from the API

regal mica
#

when you say rejected what exactly are you referring to?

modern bridge
#

We accidentally rejected the account because of fraud reason, but we want to reopen it again.

#

The KYC one is the second line indeed

#

but I want to override the first one. Would updating the requirements affect it ?

regal mica
#

hmm. I don't think you can unreject it

#

like there's no API endpoint for that. It's basically the same as deleting the account. You'd probably have to create a new account for that user and oboard them again, unfortunately

modern bridge
#

arf that's gonna be a tough one - thanks @regal mica, you've been very helpful