-
Notifications
You must be signed in to change notification settings - Fork 69
Release testing instructions for WC Payments 6.0.0
Jordan Bordonado edited this page Jun 8, 2023
·
7 revisions
- Use a new store which has not yet been set up (with no account for WooCommerce Payments created yet).
- Update the
wp_options
table to add an option withoption_name
=_wcpay_feature_progressive_onboarding
andoption_value
=1
(you can use a plugin like Options View to do this or edit the DB/use the CLI. - Click
Payments
on the WP Admin menu, then the Payments Setup page should appear. ClickFinish Setup
. - You should be redirected to a new form allowing you to create an account for WooCommerce Payments.
- 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.
- 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).
- Complete the KYC, you should be redirected to the WooCommerce Payments dashboard, with a message congratulating you on completing the store setup.