#dragonslayer5175
1 messages · Page 1 of 1 (latest)
Why not use direct charges so that Connect accounts pay the fees automatically?
I want to automate the process without connected account owner interaction, Can i achieve the same with direct charges?
What kind of connect accounts are you using? Standard, Express, or Custom?
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
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
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.
So how do you collect payment method details then
That's the question
That makes no sense
How are you going to charge someone without collecting payment method details
Stripe Account is connected to end user bank account right?
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?
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
I want to charge the connected account a sum of fees on individual transactions for a particular month
You don't need to do that at all if you just do direct charges
And you really shouldn't be doing anything else if you have standard accounts
Destination charges aren't meant for standard accounts
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.
I don't think you understand me though. Please read https://stripe.com/docs/connect/direct-charges
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.