Problem with charges. Off by 2 decimals?
-
Hi,
I am having a problem where Stripe is making incorrect charges on our orders.
For example: The customer would checkout at $101.32 but Stripe charges only come out to $1.01 .
Stripe Payment Gateway is version 1.0.0
Woocommerce is version 2.5.5.Looking at the event logs in Stripe shows the following in the transaction.
object: “charge”
amount: 101
amount_refunded: 0
application_fee: nullI can only assume it should be 10132 instead of 101
Any help is greatly appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problem with charges. Off by 2 decimals?’ is closed to new replies.