plugin broken?
-
Since the latest update (4 days ago) I believe that payments are not going through.
Since the plugin was updated Stripe seems to be receiving an amount of $0 for all charges. I am using the plugin for donations. The Stripe popup appears and has the correct amount (non-zero), and the the green checkmark also appears indicating a successful payment, but on the Stripe side the payment fails in the following way, due to the invalid amount ($0).
POST /v1/charges
Request POST body
{
“customer”: “*************”,
“amount”: “0”,
“currency”: “usd”,
“description”: “”
}Response body
{
“error”: {
“type”: “invalid_request_error”,
“message”: “Invalid positive integer”,
“param”: “amount”
}
}
- The topic ‘plugin broken?’ is closed to new replies.