#anbu_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/1283773393229058129
๐ 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.
- anbu_webhooks, 4 hours ago, 24 messages
Hello
hi
Yeah so I think in this case what happens is that we try to verify without collecting a verification document -- like based on the provided ID number and other info. But if that isn't sufficient then the ID Doc would be requested.
This means that at the time of onboarding that isn't necessarily a future requirement
So it isn't necessarily eventually due
Thus not collected unless it becomes eventually due
ok in future how to i know requirements for connected account
You use a Webhook and listen for account.updated. See: https://docs.stripe.com/connect/webhooks
i have one more doubt if payout is failed case, when that payout amount available on connected account
If the payout fails then the payout amount is immediately returned to the account's balance
like i receive payout.failed event based on this event, can i confirm that amount is availbale on connected account
Yes that amount is returned to their balance. If you want to check their balance at that point you can retrieve it using: https://docs.stripe.com/api/balance/balance_retrieve
ok thanks for you support!
Sure
if any doubts i will contact your team thank you!
Sounds good, we'll be here ๐
{
"status": "error",
"message": "The recipient ToS agreement is not supported for platforms in GB creating accounts in GB. See https://stripe.com/docs/connect/cross-border-payouts for more details."
}
i received this error while
set this
'tos_acceptance' => ['service_agreement' => 'recipient'],
if i set full instead of this recipient its dont return error
Yep that is because Cross Border Payouts is only supported for US platforms as those docs indicate
for gb i cant able to create recipient tos service agreement its right?
Correct -- you would need a US platform to do that
okay thanks ๐