#sarox85
1 messages · Page 1 of 1 (latest)
Hello! When you say send, what do you mean exactly? Where is the money coming from and where is the money going?
For example, I need to charge IBAN 600$ every month
this iban is an account connect with connect standard
So the $600 is coming from the connected account? Or going to it?
And where is the money going? To your platform account?
yes, on my
sorry
I make a resume.
there are 3 subject.
subjects
forgot for now stripe...
user A: every month have a debit
user B: collect the transaction minus the fee
user C: need earn fee near 7% from this transaction
Okay, A are your customers, B is your platform, and C is the connected account?
A is the customer, B is the provider of services paid from A and C is my platform.
do I need onboarding A and B?
No, A does not need onboarding or a connected account. B does need a connected account, and does need to go through onboarding.
I found a solution not perfect but works: onboarding B, and C to create a payment link ( with fee for C and connect to account B) and send to A for pay
Yep, that can work.
You can also use Payment Intents.
You can also use Invoices.
You can also use Subscriptions if it's recurring.
There are a lot of options.
thanks