#Harpreet-charge
1 messages ยท Page 1 of 1 (latest)
yes, i am making platfrom where my all customer will making payment and send to their service providers
i need to know which charge is suitable for me.
and dont want to pay any stripe fee from my platform and just stripe fee should deduct from their actual charge and rest will be paid to service provider.
You may refer to doc below for account type explanation: https://stripe.com/docs/connect/accounts
dont want to pay any stripe fee from my platform and just stripe fee should deduct from their actual charge and rest will be paid to service provider.
It sounds like Standard account may fit your scenario: https://stripe.com/docs/connect/standard-accounts
Then use it with direct charge: https://stripe.com/docs/connect/direct-charges
i want to use it from my API or i want to create all connect accounts on my own from my application. Can i do it ?
what would be the difference if is use it like that.
Standard account requires connect account holders to complete their own application, so you won't be able to do it for them
but my concern is, i want to allow to user to setup their payment account on my application not via directly on stripe.
He just need to enter their card or bank details on my application and complete rest of steps as well there.
If you want to deduct stripe fee from connected account, direct charge is only way and it's used by Standard account which requires users to complete their application with Stripe
If you wish to complete the onboarding process on your own, then Stripe fee will be deducted from platform using destination charges or separate charges and transfer
No problem! Happy to help ๐