---
title: "Retrieve payment method configuration"
method: GET
path: "/v1/payment_method_configurations/{configuration}"
---

# Retrieve payment method configuration

`GET /v1/payment_method_configurations/{configuration}`

Retrieve payment method configuration

## Path parameters

- `configuration` string, required

## Query parameters

- `expand` string[]

## Response `200`

Successful response.

- PaymentMethodConfiguration — PaymentMethodConfigurations control which payment methods are displayed to your customers when you don't explicitly specify payment method types. You can have multiple configurations with different sets of payment methods for different scenarios. There are two types of PaymentMethodConfigurations. Which is used depends on the [charge type](https://docs.stripe.com/connect/charges): **Direct** configurations apply to payments created on your account, including Connect destination charges, Connect separate charges and transfers, and payments not involving Connect. **Child** configurations apply to payments created on your connected accounts using direct charges, and charges with the on_behalf_of parameter. Child configurations have a `parent` that sets default values and controls which settings connected accounts may override. You can specify a parent ID at payment time, and Stripe will automatically resolve the connected account’s associated child configuration. Parent configurations are [managed in the dashboard](https://dashboard.stripe.com/settings/payment_methods/connected_accounts) and are not available in this API. Related guides: - [Payment Method Configurations API](https://docs.stripe.com/connect/payment-method-configurations) - [Multiple configurations on dynamic payment methods](https://docs.stripe.com/payments/multiple-payment-method-configs) - [Multiple configurations for your Connect accounts](https://docs.stripe.com/connect/multiple-payment-method-configurations)
  - `acss_debit` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `active` boolean, required — Whether the configuration can be used for new payments.
  - `affirm` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `afterpay_clearpay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `alipay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `alma` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `amazon_pay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `apple_pay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `application` string, nullable — For child configs, the Connect application associated with the configuration.
  - `au_becs_debit` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `bacs_debit` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `bancontact` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `billie` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `bizum` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `blik` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `boleto` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `card` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `cartes_bancaires` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `cashapp` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `crypto` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `customer_balance` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `eps` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `fpx` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `giropay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `google_pay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `grabpay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `id` string, required — Unique identifier for the object.
  - `ideal` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `is_default` boolean, required — The default configuration is used whenever a payment method configuration is not specified.
  - `jcb` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `kakao_pay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `klarna` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `konbini` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `kr_card` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `link` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `livemode` boolean, required — If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
  - `mb_way` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `mobilepay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `multibanco` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `name` string, required — The configuration's name.
  - `naver_pay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `nz_bank_account` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `object` 'payment_method_configuration', required — String representing the object's type. Objects of the same type share the same value.
  - `oxxo` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `p24` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `parent` string, nullable — For child configs, the configuration's parent configuration.
  - `pay_by_bank` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `payco` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `paynow` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `paypal` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `payto` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `pix` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `promptpay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `revolut_pay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `samsung_pay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `satispay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `scalapay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `sepa_debit` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `sofort` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `sunbit` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `swish` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `twint` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `upi` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `us_bank_account` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `wechat_pay` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.
  - `zip` PaymentMethodConfigResourcePaymentMethodProperties
    - `available` boolean, required — Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
    - `display_preference` PaymentMethodConfigResourceDisplayPreference, required
      - `overridable` boolean, nullable — For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
      - `preference` 'none' | 'off' | 'on', required — The account's display preference.
      - `value` 'off' | 'on', required — The effective display preference value.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/stripe-api.md) · [All operations](https://skmtc.net/stripe/apis/stripe-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/stripe-api/revisions/707de00b0616/schema)
