Login Links
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
Was this section helpful? Yes No
Create a login link
POST / v1 / accounts /:id / login_links
The Login Link object
Attributes
- url string The URL for the login link.
More attributes
- object string, value is "login_link"
- created timestamp
The Login Link object
Create a login link
POST / v1 / accounts /:id / login_links
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
