Login Links are single-use URLs that takes an Express account to the login page for their Stripe dashboard. A Login Link differs from an Account Link in that it takes the user directly to their Express dashboard for the specified account
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 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"}