# `Stripe.Resources.V2.Core.Account.Configuration.Merchant.CardPayments.DeclineOn`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L2160)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.Configuration.Merchant.CardPayments.DeclineOn{
    avs_failure: boolean() | nil,
    cvc_failure: boolean() | nil
  }
```

* `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.
* `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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
