stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.AccountDeclineChargeOn

Description

Contains the types generated from the schema AccountDeclineChargeOn

Synopsis

Documentation

data AccountDeclineChargeOn Source #

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

Constructors

AccountDeclineChargeOn 

Fields

  • accountDeclineChargeOnAvsFailure :: Bool

    avs_failure: Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification.

  • accountDeclineChargeOnCvcFailure :: Bool

    cvc_failure: Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.