stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetTransfersTransfer

Description

Contains the different functions to run the operation getTransfersTransfer

Synopsis

Documentation

getTransfersTransfer Source #

Arguments

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

The configuration to use in the request

-> Maybe Text

expand: Specifies which fields in the response should be expanded.

-> Text

transfer | Constraints: Maximum length of 5000

-> Maybe GetTransfersTransferRequestBody

The request body to send

-> m (Either HttpException (Response GetTransfersTransferResponse))

Monad containing the result of the operation

GET /v1/transfers/{transfer}

<p>Retrieves the details of an existing transfer. Supply the unique transfer ID from either a transfer creation request or the transfer list, and Stripe will return the corresponding transfer information.</p>

data GetTransfersTransferResponse Source #

Represents a response of the operation getTransfersTransfer.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), GetTransfersTransferResponseError is used.

Constructors

GetTransfersTransferResponseError String

Means either no matching case available or a parse error

GetTransfersTransferResponse200 Transfer

Successful response.

GetTransfersTransferResponseDefault Error

Error response.