# 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 "Direct link to Fields")

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

The address of the account holder.

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

The email of the account holder.

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

The name of the account holder.

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

The country code of the account holder.

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

The address of the bank.

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

The code of the bank.

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

The name of the bank.

#### [`PaymentMethodSepaInput.bic`](#bic) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#bic "Direct link to bic")

The BIC of the bank.

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

The last 4 digits of the IBAN.

#### [`PaymentMethodSepaInput.fingerprint`](#fingerprint) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#fingerprint "Direct link to fingerprint")

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

### Member Of[​](#member-of "Direct link to Member Of")

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