#roshe10_best-practices
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/1341423504322465858
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
You can use trigger cards: https://docs.stripe.com/connect/testing#trigger-cards
not sure how can that help me, probably I didn't explain myself well. The Q is:
What to do as an admin of connected account (which updates to make) in order to Stripe set payments and payouts of that account in paused state instead enabled/manual
You can't just set payments and payouts to paused
You'd need to create a charge via the api with those trigger cards to do this
okay thank you
I managed to do it, so how to now rever it back
I mean to "enabled", I currently blocked payout part
Can you share the connect account id?
I think there's some requirements you'd need to provide but I'd need to check
acct_1QRaxFGSblWe99ue
Don't see any requirements
Can you try charging tok_visa_triggerNextRequirements to see if that overrides?
ie the first trigger card: https://docs.stripe.com/connect/testing#trigger-cards
I just did it, don't see any changes ?
Hm yeah
Can you try re-requesting the payouts capability via: https://docs.stripe.com/api/capabilities/update
Did, but it seems still nothin
ah you are right
how it's called, it's not "payouts"
I did "transfers" but that already enabled as well
Hm the capability is payouts
I guess you can't explicitly request it via that endpoint since it's normally not requested like card_payments and transfers are
is there aynone in the team that can simply manually change the status, since it's test account
We don't have the power to do that in here
Someone from support might be able to idk
Do you need that test account specifically?
You can create a new one
I need it actually to test my flow with the internal status we track based on payouts and payments statuses
that's why I needed to block it in the first hand
Oh so you need to test the flow for re-enabling it
correct
Ok my colleague suggested this may be because this is a standard connect account. Can you try this flow with a Custom or Express connect account instead? You can control payouts via the api with those. ie. use the trigger card to block payouts, then use the capability api to request it