- This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Invalid Stripe Token
Following error occurred during payment processing:
Invalid Stripe Token
Debug data:
{“stripeCustomQuantity”:”1″,”stripeProductId”:”29″,”stripeToken”:””,”stripeTokenType”:””,”stripeEmail”:””,”stripeButtonKey”:”2c83acde535fa0716f0916db8d8dbe88″,”stripeItemPrice”:”3000″,”stripeTax”:”0″,”stripeShipping”:”0″,”stripeItemCost”:”3000″,”asp_action”:”process_ipn”,”item_name”:”2018 Northwoodstock”,”item_quantity”:”1″,”currency_code”:”USD”,”item_url”:””,”thankyou_page_url”:””,”charge_description”:””,”_wpnonce”:”074082b28a”,”_wp_http_referer”:”\/”}
It worked earlier today, no changes, and then I received 6 emails with Invalid Stripe Token message.
What shortcode are you using?
[asp_product id=”29″]
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
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?