April 2020
Intermediate to advanced
716 pages
18h 55m
English
In the user profile page of a seller, if the user has not connected their Stripe account yet, we will show a button that will take the user to Stripe to authenticate and connect their Stripe account. The Connect with Stripe button will be rendered in the Profile view as follows:

If the user has successfully connected their Stripe account already, we will show a disabled STRIPE CONNECTED button instead, as shown in the following screenshot:

The code that's added to the Profile component will check whether the user ...