stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostTerminalConnectionTokens

Description

Contains the different functions to run the operation postTerminalConnectionTokens

Synopsis

Documentation

postTerminalConnectionTokens Source #

Arguments

:: forall m. MonadHTTP m 
=> Maybe PostTerminalConnectionTokensRequestBody

The request body to send

-> ClientT m (Response PostTerminalConnectionTokensResponse)

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

Constructors

PostTerminalConnectionTokensRequestBody 

Fields