# setup\_attempt\_payment\_method\_details

From **Stripe API**.

- Type: `object`

## Properties

### `acss_debit`

- Required: false
- Type: `object`

### `au_becs_debit`

- Required: false
- Type: `object`

### `bacs_debit`

- Required: false
- Type: `object`

### `bancontact`

- Required: false
- Type: `object`

### `boleto`

- Required: false
- Type: `object`

### `card`

- Required: false
- Type: `object`

### `card_present`

- Required: false
- Type: `object`

### `ideal`

- Required: false
- Type: `object`

### `sepa_debit`

- Required: false
- Type: `object`

### `sofort`

- Required: false
- Type: `object`

### `type`

- Required: true
- Type: `string`
- maxLength: `5000`

The type of the payment method used in the SetupIntent (e.g., `card`). An additional hash is included on `payment_method_details` with a name matching this value. It contains confirmation-specific information for the payment method.

## JSON Schema

```json
{"properties":{"acss_debit":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_acss_debit"},"au_becs_debit":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_au_becs_debit"},"bacs_debit":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_bacs_debit"},"bancontact":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_bancontact"},"boleto":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_boleto"},"card":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_card"},"card_present":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_card_present"},"ideal":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_ideal"},"sepa_debit":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_sepa_debit"},"sofort":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_sofort"},"type":{"description":"The type of the payment method used in the SetupIntent (e.g., `card`). An additional hash is included on `payment_method_details` with a name matching this value. It contains confirmation-specific information for the payment method.","maxLength":5000,"type":"string"}},"required":["type"],"title":"SetupAttemptPaymentMethodDetails","type":"object","x-expandableFields":["acss_debit","au_becs_debit","bacs_debit","bancontact","boleto","card","card_present","ideal","sepa_debit","sofort"]}
```
