#bhanu365
1 messages · Page 1 of 1 (latest)
Hi there,
Do you mean creating a direct charge with your connect Account?
https://stripe.com/docs/connect/direct-charges
if so you can follow this step:
https://stripe.com/docs/connect/direct-charges#create-a-charge
When I create a payment element with the parameter on behalf so I will get the client's secret and need to pass in the payment element right?
And when the connected account receive its payment that has been paid by the user?
And when we can implement our check because I just want to payout to the connected account by our checks
What do you mean by 'payout'?
To their external accounts, or to their Stripe balance?
no
No?
I just want like when the user pays the amount should go to the platform and then the platform decides when they want to payout to the connected accounts
Anyway, it sounds like you're describing separate charges and transfers: https://stripe.com/docs/connect/charges-transfers
Where you process payments at the platform and then transfer an amount to connected accounts manually later on once your checks have passed.
Yes, but the term 'payout' in Stripe parlance means something different to what I think you mean
I already implemented but my clients have discussed with stripe support regarding this and they said that we can do it by direct model
And they also said that we can implement our checks as well
when we pay to the connected account
Our stripe account based on singapore
You can't do that using a direct charge no as the transfer to the connected account is automated at the time of the payment
so we can't payout to the internation payments
Ok let me try to add my client in this thread
You need to breakdown what you mean by 'pay connected account'. Does that mean:
- a) you transfer to their Stripe account balance.
- b) you payout to their external bank account.
b option
Well you can't fully prevent standard accounts from paying out their own balance
Exactly, they reference separate chargers and transfers like I mentioned
They code you shared is doing direct charges. They're different payment flows
Ok so when I need to call the separate charge method?
I recommend reading here: https://stripe.com/docs/connect/charges-transfers