#dragonslayer5175

1 messages · Page 1 of 1 (latest)

deft heronBOT
cosmic night
#

Why not use direct charges so that Connect accounts pay the fees automatically?

toxic niche
#

I want to automate the process without connected account owner interaction, Can i achieve the same with direct charges?

cosmic night
#

What kind of connect accounts are you using? Standard, Express, or Custom?

toxic niche
#

standard

#

direct charges require to create a payment intent, which requires a payment method for collection.

#

I want a direct transfer of funds from connected account to main account

cosmic night
#

But you can't transfer from connect account to main account...

#

So how are you doing that

#

Direct charges are what you should be doing with standard accounts anyway

toxic niche
#

I got the idea with direct charges, but i want to do the collection without user interaction.

#

It seems direct charges still require some UI interaction, where payment method details are being collected.

#

My goal is to do this collection without any UI interaction.

cosmic night
#

So how do you collect payment method details then

toxic niche
#

That's the question

cosmic night
#

That makes no sense

#

How are you going to charge someone without collecting payment method details

toxic niche
#

Stripe Account is connected to end user bank account right?

cosmic night
#

Yes

#

That's for paying out funds

toxic niche
#

Isn't it possible to direct transfer of funds from one bank (connected account) to other bank (main account) without collecting the payment method details?

cosmic night
#

No

#

But that has nothing to do with direct charges

#

What is your goal

#

Like what are you building. You didn't provide any context so I have no idea what you're building

#

Overall I'm really confused. If you want connect account to pay fees and you use standard accounts, just do direct charges

toxic niche
#

I want to charge the connected account a sum of fees on individual transactions for a particular month

cosmic night
#

And you really shouldn't be doing anything else if you have standard accounts

#

Destination charges aren't meant for standard accounts

toxic niche
#

Currently, our system uses application fees on transaction that occur between connected account and the end user. But with this approach, we're having issues in pre determining the stripe gateway fees on individual transactions, so we have our own percentages which constitutes our commission as well as the gateway fees.
Now since we know the gateway fees after the transactions, we want to collect the same amount from the connected account at the end of each month.

cosmic night
#

If you use the proper fund flow for standard accounts outlined in our docs, the connect accounts will automatically pay all stripe fees

#

And you can still collect your platform's application fee

#

Using direct charges is recommended for Standard accounts. The connected account is responsible for Stripe fees, refunds, and chargebacks.