• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Payments Plugin for Stripe

Stripe payment plugins for your WordPress site

  • Home
  • Documentation
  • Addons
  • Login
    • Sign In
    • Edit Profile
    • Terms & Conditions
    • My Downloads
    • License Key
  • Support
    • Support Forum
    • Forum Search
    • Forum Login
    • Forum Registration
    • Email Support for Customers
  • Contact Us
  • Show Search
Hide Search
You are here: Home

Admin

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 496 through 510 (of 525 total)
← 1 2 3 … 33 34 35 →
  • Author
    Posts
  • May 4, 2018 at 4:11 pm in reply to: Invalid Stripe Token #764
    Admin
    Keymaster

    I”m having a similar problem, but intermittently:

    Following error occured during payment processing:

    Invalid Stripe Token

    Debug data:
    {“stripeAmount”:”400.00″,”stripeCustomFieldName”:”Rules”,”stripeCustomField”:”on”,”stripeProductId”:”153″,”stripeToken”:””,”stripeTokenType”:””,”stripeEmail”:””,”stripeButtonKey”:”4326cab52bb265b040e8e921670b3a47″,”stripeItemPrice”:”0″,”stripeTax”:”0″,”stripeShipping”:”0″,”stripeItemCost”:”0″,”asp_action”:”process_ipn”,”item_name”:”Donate to the Campaign”,”item_quantity”:”1″,”currency_code”:”USD”,”item_url”:””,”thankyou_page_url”:””,”charge_description”:””,”_wpnonce”:”2682115951″,”_wp_http_referer”:”\/donate\/”}

    The user reported
    “I just attempted to contribute on our web site. It thanked me, but never asked for my name or credit card information.”

    I’m using the WordPress Twenty Seventeen Theme. My shortcode is
    [asp_product id=”153″]

    I’ve checked the box for Disable Buttons Before Javascript Loads.

    This happened before when a was using IE 11, checking the box didn’t help him, either. (I asked him to try again and the credit card payment box didn’t appear). It worked for him on Chrome.

    Thanks.

    Greg

    May 3, 2018 at 11:27 am in reply to: Limit product quantity #763
    Admin
    Keymaster

    Not at the moment. This is one our list of things to do.

    May 2, 2018 at 3:03 am in reply to: Invalid Stripe Token #757
    Admin
    Keymaster

    Can you copy and paste the shortcode that you are using so I can see if there is any mistake there?

    Also, can you do a quick test by switching the theme to the default WordPress theme and seeing if the button behaves differently?

    May 1, 2018 at 1:39 pm in reply to: FAILURE: Nonce check failed. #755
    Admin
    Keymaster

    If the nonce value goes stale (old value that is cached) then you see this error. Exclude the page containing the Stripe payment button (so the nonce value is always fresh).

    Let me know how you go after that.

    May 1, 2018 at 1:30 pm in reply to: Invalid Stripe Token #754
    Admin
    Keymaster

    Please try the following. Go to the following interface of the plugin:

    
    Stripe Payments -> Settings -> Advanced Settings
    

    Look for the following checkbox in the “Additional Settings” section there:

    Disable Buttons Before Javascript Loads

    Check that option and save it.

    Does it work better after that?

    April 27, 2018 at 1:29 pm in reply to: Verify Address #747
    Admin
    Keymaster

    Hi, Stripe uses AVS for street address and zip code matching. If selected, Strip will decline the card for no match. This prevents use from a stolen card as the address is probably unknown even when a thief has the card in his or her possession. I see on your plugin I can request to collect the addresses. I take it this is for my benefit for mailing latter but I do not see that the plugin is utilizing Strip’s AVS. Does your plugin use Stripe AVS when collecting addresses? If not, please allow this function. Thank you.

    April 27, 2018 at 4:10 am in reply to: Verify Address #746
    Admin
    Keymaster

    What do you mean by verify address with Stripe?

    April 26, 2018 at 6:23 am in reply to: Invalid Stripe Token #741
    Admin
    Keymaster

    Please try the following. Go to the following interface of the plugin:

    Stripe Payments -> Settings -> Advanced Settings

    Look for the following checkbox in the “Additional Settings” section there:

    
    Disable Buttons Before Javascript Loads
    

    Check that option and save it.

    Does it work better after that?

    April 25, 2018 at 10:15 am in reply to: Invalid Stripe Token #735
    Admin
    Keymaster

    Log file data from yesterday below, first entry was successful, then 6 failures later in the day. Thinking it might have been the same person trying multiple times since the failures were within minutes of each other.

    [04/24/2018 4:10 PM] – Payment processing started.
    [04/24/2018 4:10 PM] – Triggering hook for addons to process posted data if needed.
    [04/24/2018 4:10 PM] – Checking received data.
    [04/24/2018 4:10 PM] – Got product ID: 29. Trying to get info from database.
    [04/24/2018 4:10 PM] – Got required product info from database.
    [04/24/2018 4:10 PM] – Getting API keys and trying to create a charge.
    [04/24/2018 4:10 PM] – Firing pre-payment hook.
    [04/24/2018 4:10 PM] – Processing payment.
    [04/24/2018 4:10 PM] – Firing post-payment hooks.
    [04/24/2018 4:10 PM] – Payment has been processed successfully.

    [04/24/2018 9:26 PM] – Payment processing started.
    [04/24/2018 9:26 PM] – Triggering hook for addons to process posted data if needed.
    [04/24/2018 9:26 PM] – Checking received data.
    [04/24/2018 9:26 PM] – FAILURE: Invalid Stripe Token

    April 25, 2018 at 10:09 am in reply to: Invalid Stripe Token #734
    Admin
    Keymaster

    [asp_product id=”29″]

    April 25, 2018 at 6:41 am in reply to: Invalid Stripe Token #730
    Admin
    Keymaster

    What shortcode are you using?

    April 22, 2018 at 11:13 am in reply to: Error message when adding the shortcode #681
    Admin
    Keymaster

    Hello !

    That’s perfect you’ve pointed the problem very well, thank you very much as it was pretty urgent 🙂

    April 22, 2018 at 6:04 am in reply to: Error message when adding the shortcode #680
    Admin
    Keymaster

    Can you please do a little test for me (since this is your test site).

    Open the following file of the plugin:

    stripe-payments/public/includes/class-shortcode-asp.php

    Go to line number 349. The following line:

    
    $item_price = $price * 100;
    

    Change it to the following and save the file:

    
    $item_price = floatval($price) * 100;
    

    Does it make a difference after that?

    April 21, 2018 at 6:29 pm in reply to: Error message when adding the shortcode #674
    Admin
    Keymaster

    Hi,

    Here is the link to the page : 45e5087b.ngrok.io/page-test-a-supprimer/

    (I’m in local so it’s not very fast yet)
    Don’t pay attention to the form, the sortcode is right below 🙂 Thank you for the help

    April 21, 2018 at 4:40 pm in reply to: Error message when adding the shortcode #673
    Admin
    Keymaster

    The shortcode looks fine. Can you please share a link to the page where you have the Stripe donation button? That way I can take inspect the values on the site.

  • Author
    Posts
Viewing 15 posts - 496 through 510 (of 525 total)
← 1 2 3 … 33 34 35 →

Primary Sidebar

Featured Addons and Extensions

  • Subscription Payments Addon
  • Additional Custom Fields
  • Secure Downloads Addon
  • Apple Pay, Google Pay, Afterpay

Addon Bundle

Stripe Payments Addon Bundle

A Simple & Lightweight Plugin

Our Philosophy with the Plugin

Support Links

  • Support Forum
  • Support Contact

Search

Copyright © 2025 | Stripe Plugins | A member of the Tips and Tricks HQ family.