# Payment-PaymentMethodSepa

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

**accountholderAddress**string

The address of the account holder.

**Example:<!-- -->&#x20;**`null`

**accountholderEmail**string

The email of the account holder.

**Example:<!-- -->&#x20;**`null`

**accountholderName**string

The name of the account holder.

**Example:<!-- -->&#x20;**`null`

**countryCode**string

The country code of the account holder.

**Example:<!-- -->&#x20;**`null`

**bankAddress**string

The address of the bank.

**Example:<!-- -->&#x20;**`null`

**bankCode**string

The code of the bank.

**Example:<!-- -->&#x20;**`null`

**bankName**string

The name of the bank.

**Example:<!-- -->&#x20;**`null`

**bic**string

The BIC of the bank.

**Example:<!-- -->&#x20;**`null`

**last4**string

The last 4 digits of the IBAN.

**Example:<!-- -->&#x20;**`null`

**fingerprint**string

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

**Example:<!-- -->&#x20;**`7f2afde1566286c5fb126bb7e79bef549755cce6033dc429013c46d1365ff0e9`

Payment-PaymentMethodSepa

```
{

  "accountholderAddress": null,

  "accountholderEmail": null,

  "accountholderName": null,

  "countryCode": null,

  "bankAddress": null,

  "bankCode": null,

  "bankName": null,

  "bic": null,

  "last4": null,

  "fingerprint": "7f2afde1566286c5fb126bb7e79bef549755cce6033dc429013c46d1365ff0e9"

}
```
