Woocommerce + Stripe issue

Viewed 27

I need some info. I have a WordPress website using Hivepress theme + Woocommerce extension with Stripe integration. Everything is working as this:

  1. user book the hotel and pay
  2. we get the money and hold it
  3. users release the payment by clicking on a button. The payments go directly from our stripe account to the hotel one.

I want to add a commission to it. It's actually easy from woocommerce so I can see everything in the cart 100$ hotel + 15% commission and I get the total amount to my stripe. The problem is that the payouts I mentioned before will contain also this commission (so the hotel is getting the total + my commission).

I can't split this amount and fees in my stripe.

I should be able to see those 18$ in "Collected fee" in Stripe.

Anyone one can help?

1 Answers
Related