1. There is no need to call [wallets api](https://github.com/blockonomics/woocommerce-plugin/blob/e6786ca39ba1600f628c0bc20f308c0ff3d236d4/php/Blockonomics.php#L536C1-L540C10) 2. Cleanup overcomplicated [findMatchingStore](https://github.com/blockonomics/woocommerce-plugin/blob/e6786ca39ba1600f628c0bc20f308c0ff3d236d4/php/Blockonomics.php#L345) logic. The logic is this: - If callback URL exactly matches test setup run and shows enabled crypto - Else it says _```Please add a new store with the callback URL shown in advanced settings`_ 3. There is no change in wizard logic and it operates as before