stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostTerminalConnectionTokens

Description

Contains the different functions to run the operation postTerminalConnectionTokens

Synopsis

Documentation

postTerminalConnectionTokens Source #

Arguments

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

The configuration to use in the request

-> Maybe PostTerminalConnectionTokensRequestBody

The request body to send

-> m (Either HttpException (Response PostTerminalConnectionTokensResponse))

Monad containing the result of the operation

POST /v1/terminal/connection_tokens

<p>To connect to a reader the Stripe Terminal SDK needs to retrieve a short-lived connection token from Stripe, proxied through your server. On your backend, add an endpoint that creates and returns a connection token.</p>

data PostTerminalConnectionTokensRequestBody Source #

Defines the data type for the schema postTerminalConnectionTokensRequestBody

Constructors

PostTerminalConnectionTokensRequestBody 

Fields