Every now and then my online payments are going through but 1p too little. I have looked at 8 of them (the only ones that occurred) since may and can see no similarities between them. Whilst I’m not worried about the money it does present a bit of a headache when accounting.
I have checked in stripe under the POST /v1/charges and the amount is wrong. For example the following order was for £18.90 and in Stripe
“object”: “charge”,
“amount”: 1889,
“amount_refunded”: 0,
“application”: null,
“application_fee”: null,
Any ideas??
:-)