stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostAccountsAccountLoginLinks

Description

Contains the different functions to run the operation postAccountsAccountLoginLinks

Synopsis

Documentation

postAccountsAccountLoginLinks Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Text

account | Constraints: Maximum length of 5000

-> Maybe PostAccountsAccountLoginLinksRequestBody

The request body to send

-> m (Either HttpException (Response PostAccountsAccountLoginLinksResponse))

Monad containing the result of the operation

POST /v1/accounts/{account}/login_links

<p>Creates a single-use login link for an Express account to access their Stripe dashboard.</p>

<p><strong>You may only create login links for <a href="/docs/connect/express-accounts">Express accounts</a> connected to your platform</strong>.</p>

data PostAccountsAccountLoginLinksRequestBody Source #

Defines the data type for the schema postAccountsAccountLoginLinksRequestBody

Constructors

PostAccountsAccountLoginLinksRequestBody 

Fields