# `Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_create_params.ex#L214)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant{
  bacs_debit_payments:
    Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.BacsDebitPayments.t()
    | nil,
  branding:
    Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.Branding.t()
    | nil,
  capabilities:
    Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.Capabilities.t()
    | nil,
  card_payments:
    Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.CardPayments.t()
    | nil,
  konbini_payments:
    Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.KonbiniPayments.t()
    | nil,
  mcc: String.t() | nil,
  script_statement_descriptor:
    Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.ScriptStatementDescriptor.t()
    | nil,
  statement_descriptor:
    Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.StatementDescriptor.t()
    | nil,
  support:
    Stripe.Params.V2.Core.AccountCreateParams.Configuration.Merchant.Support.t()
    | nil
}
```

* `bacs_debit_payments` - Settings used for Bacs debit payments.
* `branding` - Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products.
* `capabilities` - Capabilities to request on the Merchant Configuration.
* `card_payments` - Card payments settings.
* `konbini_payments` - Settings specific to Konbini payments on the account.
* `mcc` - The Merchant Category Code (MCC) for the Merchant Configuration. MCCs classify businesses based on the goods or services they provide.
* `script_statement_descriptor` - Settings for the default text that appears on statements for language variations.
* `statement_descriptor` - Statement descriptor.
* `support` - Publicly available contact information for sending support issues to.

---

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