#sandeep-connect-direct
1 messages · Page 1 of 1 (latest)
Hello 👋
I don't see any confirmation request coming in for the PaymentIntent.
Are you seeing any errors in your console?
No... Api is getting success, id shared with you
But when i see in connected account
It is showing incomplete status
Only the PaymentIntent creation succeeded. Not confirmation. You must be seeing some error in your browser console
The PaymentIntent is still in requires_payment_method status
so a confirmation request with payment method information hasn't been provided.
Ok, so which parameter we have missed... We want to transfer amount to external bank account of connected stripe account
Please assist
You seem to be using Direct charges for payments. We have an end to end guide here to accept payments
https://stripe.com/docs/connect/enable-payment-acceptance-guide?platform=web&ui=payment-element#accept-payment
Once you have the balance from the payment, you can create a payout to send funds to external bank account
https://stripe.com/docs/connect/manual-payouts
ok you mean to make complete flow
step one : transfer amount from platform account to connected account
step two : create payout using payout api
is it right ?