Login Links are single-use URLs for a connected account to access the Express Dashboard. The connected account’s account.controller.stripe_dashboard.type must be express to have access to the Express Dashboard.
Endpoints
Attributes
- urlstring
The URL for the login link.
More attributes
- objectstring
- createdtimestamp
The Login Link object
{ "object": "login_link", "created": 1686084879, "url": "https://connect.stripe.com/express/acct_1032D82eZvKYlo2C/F44eiGHh5sEV"}Creates a single-use login link for a connected account to access the Express Dashboard.
You can only create login links for accounts that use the Express Dashboard and are connected to your platform.
Parameters
No parameters.
Returns
Returns a login link object if the call succeeded.
Response
{ "object": "login_link", "created": 1686084879, "url": "https://connect.stripe.com/express/acct_1032D82eZvKYlo2C/F44eiGHh5sEV"}