-- HikaShop version -- : 3.5.1
-- HikaMarket version -- : 2.1.1
-- Joomla version -- : 3.8.6
Hello,
We are testing the Stripe Connect plugin with Hikamarket, and what we get from these tests seem quite weird.
We used the Stripe account link feature and it correctly created a Stripe account for our test vendor.
Then, we created an order for a product with price of 100 EUR (+20% TVA) from this vendor, with a commission of 10%.
Stripe received the payment, and generated
> on one side a transfer of 120 euros
> and on the other side a collected fee of 120 euros,
both related to the vendor.
At the end, we have nothing in our balance, neither the vendor (120 € - 120 € = 0).
So it seems there is a problem with the calculation of application fees and we don't know where is the money...
Here is the detail of the log :
Request POST body
{
"amount": "12000",
"currency": "EUR",
"description": "Numéro de commande : 186",
"metadata": {
"order_id": "186"
},
"application_fee": "13200",
"destination": {
"account": "acct_1CuIDcFk8ZPsUimi"
},
"customer": "cus_DKyHeCU9bMCaht"
}
Many thanks for your help !!