# setup\_attempt\_payment\_method\_details\_ideal

From **Stripe API**.

- Type: `object`

## Properties

### `bank`

- Required: false
- Type: `string`
- Nullable: true
- Allowed values: `"abn_amro"`, `"asn_bank"`, `"bunq"`, `"handelsbanken"`, `"ing"`, `"knab"`, `"moneyou"`, `"rabobank"`, `"regiobank"`, `"revolut"`, `"sns_bank"`, `"triodos_bank"`, `"van_lanschot"`

The customer's bank. Can be one of `abn_amro`, `asn_bank`, `bunq`, `handelsbanken`, `ing`, `knab`, `moneyou`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, or `van_lanschot`.

### `bic`

- Required: false
- Type: `string`
- Nullable: true
- Allowed values: `"ABNANL2A"`, `"ASNBNL21"`, `"BUNQNL2A"`, `"FVLBNL22"`, `"HANDNL2A"`, `"INGBNL2A"`, `"KNABNL2H"`, `"MOYONL21"`, `"RABONL2U"`, `"RBRBNL21"`, `"REVOLT21"`, `"SNSBNL2A"`, `"TRIONL2U"`

The Bank Identifier Code of the customer's bank.

### `generated_sepa_debit`

- Required: false
- Nullable: true

The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.

### `generated_sepa_debit_mandate`

- Required: false
- Nullable: true

The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.

### `iban_last4`

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

Last four characters of the IBAN.

### `verified_name`

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

Owner's verified full name. Values are verified or provided by iDEAL directly
(if supported) at the time of authorization or settlement. They cannot be set or mutated.

## JSON Schema

```json
{"properties":{"bank":{"description":"The customer's bank. Can be one of `abn_amro`, `asn_bank`, `bunq`, `handelsbanken`, `ing`, `knab`, `moneyou`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, or `van_lanschot`.","enum":["abn_amro","asn_bank","bunq","handelsbanken","ing","knab","moneyou","rabobank","regiobank","revolut","sns_bank","triodos_bank","van_lanschot"],"nullable":true,"type":"string"},"bic":{"description":"The Bank Identifier Code of the customer's bank.","enum":["ABNANL2A","ASNBNL21","BUNQNL2A","FVLBNL22","HANDNL2A","INGBNL2A","KNABNL2H","MOYONL21","RABONL2U","RBRBNL21","REVOLT21","SNSBNL2A","TRIONL2U"],"nullable":true,"type":"string"},"generated_sepa_debit":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"generated_sepa_debit_mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"iban_last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by iDEAL directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"setup_attempt_payment_method_details_ideal","type":"object","x-expandableFields":["generated_sepa_debit","generated_sepa_debit_mandate"]}
```
