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

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

The address of the account holder.

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

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

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

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

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

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

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

The BIC of the bank.

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

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

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