#arvind_singh_21006
1 messages · Page 1 of 1 (latest)
Hi there!
Are you doing this in test mode or live mode?
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
That's expected in test mode. The payout is created in pending status, and almost immediately changes to paid status.
You can check that by listening to webhook events, like payout.updated or payout.paid.
i not using the webhook i using just doing this rest api
Sure, but if you want to be notified of the change in status, you should be using webhook events.
but how can i use it ?
and first confirm that is it not an issue righ ? Pending ?
but how can i use it ?
Use what?
and first confirm that is it not an issue righ ? Pending ?
No like I told you it's expected.
how can i make webhook ?
You can learn abvout webhooks here: https://stripe.com/docs/webhooks
okay i'll check
and i have a dought
like is this possbile to payout directly to connect bank acoount from stripe ?
Yes, but it's a two step process:
- Transfer the funds to the conncted account
- Then create a payout on the connected account
okay
how can i connect account as partner to the stripe if they have stripe account then login and if they dont have accout then create for authorization and then connect account from stripe as a standard ? how can we do that in properly\
I don't follow. You want to connect an existing Stripe account to your own account?
i have an application i used stripe one is admin and other one is seller and another is customer.
when customer buy the seller's item then paying to stripe then stripe paying to seller's bank account.
but i want to create connect account using authorization if they have an stripe account then login if they dont have stripe account then create. when connect account create as a partner
I'm sorry I don't udnerstand your question.
If you want to connect to an existing Stripe account, follow this guide: https://stripe.com/docs/connect/oauth-standard-accounts
Yes exactly i'm doing this
So what's the issue?
issue is that when i onboarding as a connect account then they did'nt ask documentation verfication? when i check on stripe connect account then showing the restricted account without login to the connect account how can i handle this ?
Is your question how to handle restricted connected account?
What type of account is this? Standard, Express, or Custom?
Standard account