• Resolved ousizems

    (@triode33)


    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”
    }
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Alexander C.

    (@alexanderfoxc)

    Hi @triode33.

    Thank you for reporting, I can confirm this bug is present in the recent version of the plugin.

    I’ve made necessary fixes and it should be working just fine in next plugin version (which is going to be released very soon, within 24 hours).

    Sorry for any inconveniences.

    Plugin Author mra13

    (@mra13)

    The new release has a fix for this. Please upgrade when you can.

    Thread Starter ousizems

    (@triode33)

    Thanks for the quick fix.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plugin broken?’ is closed to new replies.