Stripe payment bug

Hi @Lawrence after marking shipped today an order I received this warning: "Payment could not be captured for order 8908271, please capture payment manually. (Stripe Error - Invalid Request - You cannot capture a charge for an amount greater than it already has.)"

The order was 5.75€, I go to order details and click the transaction ID that opens Stripe and then I see there this: Amount:
€5.00 EUR

Here is part of the Parsed Request POST Body:
{
"amount": "500",
"currency": "EUR",
"description": "Brick Owl Order...

So what happened?

Thanks

Comments

Sign In or Register to comment.