Skip to content

New stripe connect flow #4587

Manish requested to merge feat/stripe-connect-4587 into develop

Ticket(s) / Related Merge Requests

#4587 (closed)

Summary of Changes

Added the new stripe connect flow

Testing Considerations

Scenario: I can see a button to connect my stripe cash account
    Given I'm logged in
    And the mob-stripe-connect-4587 feature is active
    And I navigate to the Wallet screen
    When I switch to the cash option
    And I switch to the Settings tab
    Then I should see the stripe connect button
  • clicking the stripe connect button should navigate you to stripe, there you should be able to setup your account and automatically navigate back to the app.
  • the button should not appear if you've successfully connected your account
  • the button should show errors if your account was restricted
  • the button also appears in supermind console and supermind settings

Regression Scope

  • Adding bank information
  • supermind console
  • supermind settings
  • base components

Platform Affected (web, mobile, etc)

All

Developer Testing Completed

manual

Screenshots

TBD

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Manish

Merge request reports