stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIdentityVerificationSessionsSession

Description

Contains the different functions to run the operation getIdentityVerificationSessionsSession

Synopsis

Documentation

getIdentityVerificationSessionsSession Source #

Arguments

:: forall m. MonadHTTP m 
=> GetIdentityVerificationSessionsSessionParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response GetIdentityVerificationSessionsSessionResponse)

Monadic computation which returns the result of the operation

GET /v1/identity/verification_sessions/{session}

<p>Retrieves the details of a VerificationSession that was previously created.</p>

<p>When the session status is <code>requires_input</code>, you can use this method to retrieve a valid <code>client_secret</code> or <code>url</code> to allow re-submission.</p>

data GetIdentityVerificationSessionsSessionParameters Source #

Defines the object schema located at paths./v1/identity/verification_sessions/{session}.GET.parameters in the specification.

Constructors

GetIdentityVerificationSessionsSessionParameters 

Fields

Instances

Instances details
Eq GetIdentityVerificationSessionsSessionParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationSessionsSession

Show GetIdentityVerificationSessionsSessionParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationSessionsSession

ToJSON GetIdentityVerificationSessionsSessionParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationSessionsSession

FromJSON GetIdentityVerificationSessionsSessionParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationSessionsSession