Skip to main content

Payment-PaymentMethodSepa

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

accountholderAddressstring

The address of the account holder.

Example: null
accountholderEmailstring

The email of the account holder.

Example: null
accountholderNamestring

The name of the account holder.

Example: null
countryCodestring

The country code of the account holder.

Example: null
bankAddressstring

The address of the bank.

Example: null
bankCodestring

The code of the bank.

Example: null
bankNamestring

The name of the bank.

Example: null
bicstring

The BIC of the bank.

Example: null
last4string

The last 4 digits of the IBAN.

Example: null
fingerprintstring

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

Example: 7f2afde1566286c5fb126bb7e79bef549755cce6033dc429013c46d1365ff0e9
Payment-PaymentMethodSepa
{
"accountholderAddress": null,
"accountholderEmail": null,
"accountholderName": null,
"countryCode": null,
"bankAddress": null,
"bankCode": null,
"bankName": null,
"bic": null,
"last4": null,
"fingerprint": "7f2afde1566286c5fb126bb7e79bef549755cce6033dc429013c46d1365ff0e9"
}