#antondrob
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
What is the plugin are you using ?
Ideally, the transaction would ONLY take place on the connected account with stripe fees taken directly from the connected account and our application fee additionally collected for the main Stripe account.
I think you can refer to the direct charges approach when creating payments:
https://stripe.com/docs/connect/direct-charges
What type of Connected Accounts are you using ?
It's a custom plugin we developed.
For WooCommerce
The plugin initialize the payment by passing Stripe API key from main account and connected Stripe account ID.
and what Connected Account type are you using? Express, Standard or Custom ?
Standard
Here is one more comment from the client:
I think the only thing that needs to change is that the payment itself needs to originate from the connected account and NOT the admin Stripe account as it currently is. This would allow the connected account to manage any refunds/ recharges, customer editing..etc directly within their account and none of those payments or customers would show up in our main Stripe admin account... only in the connected account.
But I am not sure that's possible, because connected Stripe account doesn't have API key (I believe)
You can update the implementation of your plugin using Direct Charges following the link I shared previously.