#woakaley_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1268876837140955167
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I am not sure if my question is clear enough.
hi! well yes the usual/only way to do that is to use our Connect product. Or you can build your site to use the API keys of the different account based on what is happening/what is selected, if you are building the website and payments code. If you're already using a platform like Woocommerce and not a developer yourself building a bespoke flow, I don't think this is really going to be possible. The only real option here would be to just operate two separate Stripe accounts/eshops and do the money transfers outside of Stripe through your bank etc.
What we want to do is the following: We will setup all products in our woocommerce. A stripe account is connected to this webshop. The stripe account called OMBC Throwdown. When the payments arrive to this stripe account, can we separate the payments based on product IDS? And maybe forward the payment to another stripe account? Is there a webhook or something which we can integrate into our wordpress?
Maybe this approach would be the easiest.
you can do this if you're a developer building your own integration yes. I know nothing about third-party plugins and what options they expose but I doubt it's possible.
So we can not forward payments from one Stripe account to another?
well usually the way you'd do this is
- select the account to use in the payments page and use the API keys of that account so the payment goes to that account, or
- use a Connect setup so that one main 'platform' account processes the payment and you can transfer some/all of the payment to another account (https://docs.stripe.com/connect/charges#separate-charges-transfers for instance).
mostly those are bespoke solutions you build and again I know nothing about third-party plugins and what options they expose but I doubt it's possible
Alright. One other quiestion. If we connect the second stripe account to our Main account in Stripe, can we forward the incoming money manually to the connected account?
sort of but it's complicated , like you'd need your main account to be on a manual payout schedule so you can accumulate funds, and do transfers manually, and then you also need to think about what happens for refunds or chargebacks
Or maybe the best solution for us would be to make the wordpress as a multisite, with multistore. In this way, we can separate the Stripe connections as well..
maybe? I have no idea what is "wordpress as a multisite", sorry, this is a server for developers bulding bespoke integrations.
Ohh, alright, sorry. My bad. Thanks for your help and for the infos. I will try to figure out what would be the best for us in this case.