Release testing instructions for the WooCommerce Stripe payment gateway 6.5.0 - woocommerce/woocommerce-gateway-stripe GitHub Wiki

Stripe Link Payment Method

Add Link option in admin

  1. go to Settings -> Payments -> Stripe -> Settings
  2. Under "Advanced settings" at the bottom, nable "the new checkout experience "
  3. Stripe Link payment method should be visible

Move billing email field to top

  1. Enable StripeLink gateway under Payments accepted on checkout.
  2. Add a Product to your Cart and navigate to the Checkout page.
  3. Verify the Email field is the first field under the Billing information section.

Link in checkout form

  1. Enable Link payment method
  2. create an order, go to checkout page and complete all checkout fields. Select also 1click payment... under credit card fields
  1. finish the order
  2. create another order, go to checkout page and complete the email
  3. a pop-up should be shown to type the pin ( 0 0 0 0 0 0 for tests )
  1. all checkout billing fields should be completed
  2. the order should be completed without errors.
  3. test the above with different Shipping Options (Woocommerce -> Settings -> Shipping -> Shipping destination)

Add Stripe Link button if email is pre-filled

  1. Navigate to Settings -> Payment Methods and enable Link payment method.
  2. Make an order to save your email address for the next order.
  3. Add another product and navigate to the checkout page.
  1. Verify the Link button is displayed next to the email field when the email is prefilled.

Add Link to WooCommerce Checkout block

  1. Navigate to Settings -> Payment Methods and enable Link payment method.
  2. Install the https://github.com/woocommerce/woocommerce-blocks plugin.
  3. Create a new page and Checkout block.
  4. Verify that StripeLink is working correctly in the block.