# PaymentMethodSepaInput

Details from SEPA order used as payment method at the time of the transaction.

```
input PaymentMethodSepaInput {

  accountholderAddress: AddressInput

  accountholderEmail: String

  accountholderName: String

  countryCode: String

  bankAddress: String

  bankCode: String

  bankName: String

  bic: String

  last4: String

  fingerprint: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`PaymentMethodSepaInput.accountholderAddress`](#accountholder-address) ● [`AddressInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/address-input/.md) input[​](#accountholder-address "Enlace directo al accountholder-address")

The address of the account holder.

#### [`PaymentMethodSepaInput.accountholderEmail`](#accountholder-email) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#accountholder-email "Enlace directo al accountholder-email")

The email of the account holder.

#### [`PaymentMethodSepaInput.accountholderName`](#accountholder-name) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#accountholder-name "Enlace directo al accountholder-name")

The name of the account holder.

#### [`PaymentMethodSepaInput.countryCode`](#country-code) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#country-code "Enlace directo al country-code")

The country code of the account holder.

#### [`PaymentMethodSepaInput.bankAddress`](#bank-address) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#bank-address "Enlace directo al bank-address")

The address of the bank.

#### [`PaymentMethodSepaInput.bankCode`](#bank-code) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#bank-code "Enlace directo al bank-code")

The code of the bank.

#### [`PaymentMethodSepaInput.bankName`](#bank-name) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#bank-name "Enlace directo al bank-name")

The name of the bank.

#### [`PaymentMethodSepaInput.bic`](#bic) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#bic "Enlace directo al bic")

The BIC of the bank.

#### [`PaymentMethodSepaInput.last4`](#last-4) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#last-4 "Enlace directo al last-4")

The last 4 digits of the IBAN.

#### [`PaymentMethodSepaInput.fingerprint`](#fingerprint) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#fingerprint "Enlace directo al fingerprint")

Unique identifier for the IBAN. Used to detect duplicate payment methods across customers.

### Member Of[​](#member-of "Enlace directo al Member Of")

[`PaymentMethodInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-method-input/.md) input
