Incorrect amount charged
-
Hello,
In one of my projects, a Stripe order was triggered via your plugin. Unfortunately, the wrong amount was transferred.
The following background:
The store sells to Austria and Germany. The customer in question has entered a German billing address. He was also shown the correct amount of 6190 EUR for the case (total with German VAT + 250 EUR shipping). However, Stripe billed the wrong amount: 5990 EUR, which would be the total for Austria with 0-EUR shipping.The log file of your plugin says:
[id] => redacted [amount] => 5990 [amount_refunded] => 0 [currency] => EUR [order_amount] => 6190 [order_currency] => EUR [captured] => Captured [transaction_id] => redacted [mode] => Live
Why is the wrong amount being read out for amount? Where does it come from?
Used:
WordPress 6.4.4
WooCommerce 8.7.0
Stripe Payment Plugin for WooCommerce 3.9.8Many thanks for your help in advance ??
- The topic ‘Incorrect amount charged’ is closed to new replies.