• Resolved sasag

    (@sasag)


    hello i see in demo zipcode but in our website in card form there is no zipcode.
    i msged stripe and they said:
    This is the error: parameter_missing – type

    https://www.ads-software.com/support/topic/failed-method-error-parameter_missing-type/
    The source where this error is being generated is WordPress, so you would need to get in contact with them so they can better assist you on this
    J

    I wish I could be of a bit more help here, but since WordPress built their integration with Stripe, they’ll be best able to help you with this directly`

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sasag

    (@sasag)

    another update added zip code, still got same error, if someone can help me from admins i can give admin logins to check.
    basically after i press confirm order nothing happens page just refresh

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @sasag,

    hello i see in demo zipcode but in our website in card form there is no zipcode.

    That is because the zip code field is rendered dynamically by Stripe based on the billing country associated with the card number. This is not a bug with the plugin.

    If you’re using one of the custom forms you can control if the postal code is rendered using the plugin setting.

    The source where this error is being generated is WordPress, so you would need to get in contact with them so they can better assist you on this

    Stripe is incorrect, that missing parameter error is coming directly from the stripe.js SDK and it’s harmless. It has no affect on the plugin.

    basically after i press confirm order nothing happens page just refresh

    That almost always means you have a Javascript error on your checkout page that is interfering with the checkout process. In your case the error is wc-stripe.min.js:1 Uncaught TypeError: e.removeClass(...).unblock is not a function. That means some plugin, custom code, or your theme is removing the jQuery block plugin which is a required by WooCommerce.

    Thread Starter sasag

    (@sasag)

    is it possible for some specialist from your side to look what is blocking? ( we can pay)
    because we deactivated all plugins it didnt help

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @sasag

    Per my previous response you have some code on your site that is de-queuing the jquery blocks plugin which is required by Woocommerce.

    You will need to figure out where that is happening.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with stripe payment’ is closed to new replies.