#bhanu365

1 messages · Page 1 of 1 (latest)

merry bloomBOT
ornate knoll
limber flower
#

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

tough lotus
#

What do you mean by 'payout'?

limber flower
#

When platform payout to the connected accounts

#

payout means pay their amount

tough lotus
#

To their external accounts, or to their Stripe balance?

limber flower
#

no

tough lotus
#

No?

limber flower
#

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

tough lotus
#

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.

With Connect, you can make charges on your platform account on behalf of connected accounts, perform transfers separately, and retain funds in the process.

#

Yes, but the term 'payout' in Stripe parlance means something different to what I think you mean

limber flower
#

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

tough lotus
#

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

limber flower
#

so we can't payout to the internation payments

#

Ok let me try to add my client in this thread

tough lotus
#

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.
limber flower
#

b option

tough lotus
#

Well you can't fully prevent standard accounts from paying out their own balance

limber flower
#

This was the conversation with the stripe support

tough lotus
#

Exactly, they reference separate chargers and transfers like I mentioned

#

They code you shared is doing direct charges. They're different payment flows

limber flower
#

Ok so when I need to call the separate charge method?

tough lotus