#krishna008
1 messages · Page 1 of 1 (latest)
Hi 👋
What Stripe products are you using?
Payment element
Okay but how are you collecting payments that you want to "take a commission fee"?
Are you using Stripe Connect?
Yes
What kind of charges are you using? Direct, Destination, Separate Charge & Transfer?
Direct
Okay, have you reviewed our docs on DIrect Charges? https://stripe.com/docs/connect/direct-charges#flow-of-funds-with-fees
They show how you can specify your application fee to collect funds from each transaction
Okay sir got it. But I have one scenario that there is no connected account. Not using stripe connect.
In that scenario I have to send amount to that account and take commission fees
What account? You just said "not using a stripe account".
Okay but how is that in any way related to your account?
And other is separate account.
"Separate account"? You mean outside of Stripe?
Okay then you cannot transfer funds to that account
How are the transactions related to that account?
I want to send amount directly to another account of stripe.
But that account has no connection with my account
That isn't something we allow currently
Do we need only a connected account to send payment to another account?
Yes, there needs to be a relationship between your account and the other stripe account
Is there any other way to send payment to other account which has no relationship with my account?
Sure, just not using Stripe
Sorry I did not get
I am using my stripe public key and secret keys.
But I wnat to send payment to that account which had no relationship with my account
That doesn't matter
Stripe does not have a mechanism to send money to another account that is not related to yours
So the only way to create a connected account with my main account?
You can us OAuth to connect to the separate account as a platform https://stripe.com/docs/connect/oauth-standard-accounts
Starting in June 2021, Platforms using OAuth with read_write scope won’t be able to connect to accounts that are controlled by another platform.
Is it still works?
Yes it still works
But it means that, if the other account is controlled by a different platform account, you won't be able to connect to them.
Will I be able to send payment to that account?
And can I take commission fee in this case?
In that case it will be another Direct charge with a Standard Account
How can I take commission fee it that case?
The way I told you earlier. Please read the docs on Direct charges
Okay got it. So commission fee code will be the same in connection account and OAuth case.
No I think you are missing something important
If you use the OAuth approach, the separate account becomes a connected account
Ohh.
So everyone will be the same as a connected account
That's what I said
If you use the OAuth approach, the separate account becomes a connected account
Yes sir got it.
I will look into the document which has been sent by you for OAuth and try to implement.
Thank you so much for your help sirm
Happy to shed what 💡 I can
Have a great day.