#damianohm-pay-distributors
1 messages · Page 1 of 1 (latest)
Hey there 👋 do you already have a Stripe integration where you're looking to accomplish this, or are you researching options to use for an upcoming project?
Currently using it within a WooCommerce store and trying to work out the options for our client.
Ah, as it's dealing with a WooCommerce integration you'll want to reach out to their support team to see what options their options their integration has for you.
We can hook into the plugin for it and know that it doesn't offer these features at present. Just trying to work out what the best approach is from the Stripe side is.
What's the correct terminology for this type of behaviour that I should be looking for in the Stripe documentation?
I am guessing this isn't something that can be set up in the Stripe backend without the need for code?
That's a little tricky to address without knowing your current integration setup. It's going to depend on whether you're using Connect and if so what type of charges you're using.
But yes, I can't think of an approach for this that wouldn't require some coding.
WooCommerce controls and builds that plugin, so we don't know the nuances of how it works or the integration scenarios that it builds.
If this was using Connect could you point me in the right direction of the documentation for set up automatic transfers when we receive a payment like this?
Direct charges would allow you to have the entire transaction reside on the connected account, and your platform could retain a fee from that:
https://stripe.com/docs/connect/direct-charges
Destination charges do something similar, but the platform serves as the system-of-record and passes funds to the destination account.
https://stripe.com/docs/connect/destination-charges
Thanks this is really helpful
Glad to hear!