Learn how to set up, customize, and expand the functionality of your WooCommerce products with our library of documentation and tutorials.
  1. Documentation /
  2. Products /
  3. Extensions /
  4. Stripe

Stripe

Categories


Documents

  • Preventing fraud via Stripe Radar

    Online credit card fraud is a real concern for ecommerce merchants. However, when you connnect your Stripe account via the Stripe WooCommerce Extension, your site is protected from fraudulent purchases thanks to Stripe Radar. What is Radar? Radar is a machine learning tool developed by Stripe that uses real data from millions of merchants to […]

  • Setting up webhooks

    Once you connect your Stripe account, you’ll want to make sure that the Stripe WooCommerce Extension on your site and your Stripe account are both communicating properly with each other. This process is handled by something called “webhooks.” This guide covers how to configure these webhooks so that your Stripe account and your WooCommerce site […]

  • Settings Guide

    Once you’ve connected your Stripe account and configured your webhooks, you can begin accepting payments via the Stripe WooCommerce Extension! However, you may want to adjust some of the plugin settings to change the checkout experience or enable other ways for customers to pay. This guide will walk you through the Stripe WooCommerce Extension settings. […]

  • Setup and Configuration of the Stripe WooCommerce Extension

    The Stripe WooCommerce Extension is a versatile way to accept payments on your WooCommerce site. However, in order for it to work properly, it needs to be set up and configured. Requirements for the Stripe WooCommerce Extension First, let’s make sure you have what’s required to ensure a smooth installation: Installation of the Stripe WooCommerce […]

  • Testing the Stripe WooCommerce Extension

    The Stripe WooCommerce Extension is very versatile. A part of this versatility is a dedicated way to perform test transactions on your WooCommerce site via the built-in test mode feature. This allows you to make purchases using Stripe test cards. Performing test transactions via test mode is a great way to simulate the customer experience […]

  • Troubleshooting the Stripe WooCommerce Extension

    After the Stripe WooCommerce Extension is set up and configured, customers will be able to use it to complete purchases on your site. Once you begin accepting purchases, you may have additional questions or run into issues related to the Stripe WooCommerce Extension. We’ve compiled some of common issues here. Common issues Contacting support If you […]

  • What hooks and filters are available in the Stripe WooCommerce Extension?

    This section describes all hooks available to you if you need to manipulate how the Stripe WooCommerce Extension functions. Action Hooks Hook Name Hook Parameter(s) Hook Description wc_gateway_stripe_process_response $stripe_response$order The response we get back after calling a charge request to Stripe. woocommerce_credit_card_form_start $gateway_id Before showing the credit card form. woocommerce_credit_card_form_end $gateway_id After showing the credit […]

  • What information does the Stripe WooCommerce Extension add to my orders?

    When an order is placed on your WooCommerce site and the Stripe WooCommerce Extension is used to process that payment, that order will include some Stripe identification numbers to help you identify this specific payment in your Stripe dashboard. Stripe identification numbers Stripe assigns unique identification numbers to help identify what kind of information is […]

  • What is the checkout experience like with the Stripe WooCommerce Extension?

    WooCommerce is powerful and allows you to customize your customer’s experience from beginning to end. With the Stripe WooCommerce Extension, you have a couple of options available to you to help ensure that you are meeting your customer’s needs and increasing conversions. The main difference is whether or not the new checkout experience is currently […]

  • What version of the Stripe API does the Stripe WooCommerce Extension use?

    We try to use the latest possible and we’ll update it whenever we can. You can find which version we’re using in the latest stable release by reiviewing this code on GitHub.