stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostAccountsAccountLoginLinks

Description

Contains the different functions to run the operation postAccountsAccountLoginLinks

Synopsis

Documentation

postAccountsAccountLoginLinks Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

account | Constraints: Maximum length of 5000

-> Maybe PostAccountsAccountLoginLinksRequestBody

The request body to send

-> ClientT m (Response PostAccountsAccountLoginLinksResponse)

Monadic computation which returns 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 object schema located at paths./v1/accounts/{account}/login_links.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostAccountsAccountLoginLinksRequestBody 

Fields