- This topic has 2 replies, 3 voices, and was last updated 3 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Not getting out of 'test' mode
Hi,
although I have checked the box in the settings to go live. When I try to make a payment with my own creditcard I get the message:
Stripe API error occurred: Your card was declined. Your request was in test mode, but used a non test (live) card. For a list of valid test cards, visit: https://stripe.com/docs/testing.
Would also love to check if iDeal works LIVE.
Please advise what I need to do to go LIVE with te Plugin and are able to accept payments
Please double check to see if you are LIVE and make sure you clear all caches, plugin or server side and then try again.
In addition to what @ovidiubica said, check the individual product configuration and make sure you didn’t force enable test mode for that product.
If this is for a subscription product, then go through each of the following checklist items and check them one by one to make sure all the setup is correct. Then do a new test transaction after that.
Checklist #1) If you have changed between “live” and “test” mode, then make sure to create a new subscription plan in the mode that you are currently using and then use that plan to create a new subscription product.
Checklist #2) Go to the settings menu of the Stripe payments plugin and check the API key section. Make sure to copy and paste all the CORRECT API keys in those 4 API key fields. To be more specific, the following 4 fields must contain valid values:
– Live Stripe Publishable Key
– Live Stripe Secret Key
– Test Stripe Publishable Key
– Test Stripe Secret Key
Checklist #3) Go to the “Subscriptions” tab in the settings menu of the plugin. Check that the webhooks are setup correctly. Both the live and test webhooks should be setup. If in doubt, do the following steps to set them up correctly:
– Click the “Delete Webhooks” button.
– Click the “Clear Cache” button to clear any webhooks cache.
– Click the “Create Webhook” button in the “Live Webhook Status” section and wait for the addon to automatically create it for you.
– Do the same for “Test Webhook Status” section.
– Click “Save Changes”.