View Source Stripe.LoginLink (stripity_stripe v3.3.1)
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
Summary
Functions
Creates a login link for a connected account to access the Express Dashboard.
Types
The login_link type.
createdTime at which the object was created. Measured in seconds since the Unix epoch.objectString representing the object's type. Objects of the same type share the same value.urlThe URL for the login link.
Functions
@spec create( account :: binary(), params :: %{optional(:expand) => [binary()]}, opts :: Keyword.t() ) :: {:ok, t()} | {:error, Stripe.ApiErrors.t()} | {:error, term()}
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.
Details
- Method:
post - Path:
/v1/accounts/{account}/login_links