stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.SourceRedirectFlow

Description

Contains the types generated from the schema SourceRedirectFlow

Synopsis

Documentation

data SourceRedirectFlow Source #

Defines the object schema located at components.schemas.source_redirect_flow in the specification.

Constructors

SourceRedirectFlow 

Fields

  • sourceRedirectFlowFailureReason :: Maybe Text

    failure_reason: The failure reason for the redirect, either `user_abort` (the customer aborted or dropped out of the redirect flow), `declined` (the authentication failed or the transaction was declined), or `processing_error` (the redirect failed due to a technical error). Present only if the redirect status is `failed`.

    Constraints:

    • Maximum length of 5000
  • sourceRedirectFlowReturnUrl :: Text

    return_url: The URL you provide to redirect the customer to after they authenticated their payment.

    Constraints:

    • Maximum length of 5000
  • sourceRedirectFlowStatus :: Text

    status: The status of the redirect, either `pending` (ready to be used by your customer to authenticate the transaction), `succeeded` (succesful authentication, cannot be reused) or `not_required` (redirect should not be used) or `failed` (failed authentication, cannot be reused).

    Constraints:

    • Maximum length of 5000
  • sourceRedirectFlowUrl :: Text

    url: The URL provided to you to redirect a customer to as part of a `redirect` authentication flow.

    Constraints:

    • Maximum length of 2048