Skip to content

Release testing instructions for WC Payments 6.0.0

Jordan Bordonado edited this page Jun 8, 2023 · 7 revisions

Highlighting active disputes project

Progressive Onboarding

  1. Use a new store which has not yet been set up (with no account for WooCommerce Payments created yet).
  2. Update the wp_options table to add an option with option_name = _wcpay_feature_progressive_onboarding and option_value = 1 (you can use a plugin like Options View to do this or edit the DB/use the CLI.
  3. Click Payments on the WP Admin menu, then the Payments Setup page should appear. Click Finish Setup.
  4. You should be redirected to a new form allowing you to create an account for WooCommerce Payments.
  5. Fill out the form (any values are fine, but please use a valid phone number and "individual" for business type) and complete each step until you get redirected to the Stripe KYC.
  6. The Stripe KYC form should already have some of the values that you entered in step 4 prefilled (for example, your name/email will already be present).
  7. Complete the KYC, you should be redirected to the WooCommerce Payments dashboard, with a message congratulating you on completing the store setup.
Clone this wiki locally