# PaymentMethodSepa

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

```
type PaymentMethodSepa {

  accountholderAddress: Address

  accountholderEmail: String

  accountholderName: String

  countryCode: String

  bankAddress: String

  bankCode: String

  bankName: String

  bic: String

  last4: String

  fingerprint: String

}
```

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

#### [`PaymentMethodSepa.accountholderAddress`](#accountholder-address) ● [`Address`](https://docs.monei.com/es/es/apis/graphql/types/objects/address/.md) object[​](#accountholder-address "Enlace directo al accountholder-address")

The address of the account holder.

#### [`PaymentMethodSepa.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.

#### [`PaymentMethodSepa.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.

#### [`PaymentMethodSepa.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.

#### [`PaymentMethodSepa.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.

#### [`PaymentMethodSepa.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.

#### [`PaymentMethodSepa.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.

#### [`PaymentMethodSepa.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.

#### [`PaymentMethodSepa.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.

#### [`PaymentMethodSepa.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")

[`PaymentMethod`](https://docs.monei.com/es/es/apis/graphql/types/objects/payment-method/.md) object
