• Resolved codenest

    (@codenest)


    Hi!
    I saw few times strange error parameter_missing – type in my stripe logs

    POST /v1/payment_methods
    {
    “key”: “pk_live_*********************************************************************************************”,
    “type”: <required>
    }

    Response body
    {
      "error": {
        "code": "parameter_missing",
        "doc_url": "https://stripe.com/docs/error-codes/parameter-missing",
        "message": "Missing required param: type.",
        "param": "type",
        "type": "invalid_request_error"
      }
    }

    Request POST body
    {
    “key”: “pk_live_*********************************************************************************************”
    }

    Please let me know what has been happening, what is the source of the problem and we can solve it.
    Thanks!

Viewing 1 replies (of 1 total)
  • Hi, @codenest!

    Before anything else, can you please share a copy of your System Status Report’s Active Plugins section with us?

    You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, you can paste it into your reply here. Again, for now, please only share the Active Plugins section with us. You can delete the rest of the information.

    Alternatively, you can contact us at WooCommerce.com > My Account > Support and share your full System Status Report with us there. You may need to create an account before you can access that page.

    Please include a link to this forum thread, so that we can keep track of what’s already been done.

Viewing 1 replies (of 1 total)
  • The topic ‘Failed method Error parameter_missing – type’ is closed to new replies.