Payment-PaymentMethodSepa
Details from SEPA order used as payment method at the time of the transaction.
accountholderAddressstring
The address of the account holder.
Example:
nullaccountholderEmailstring
The email of the account holder.
Example:
nullaccountholderNamestring
The name of the account holder.
Example:
nullcountryCodestring
The country code of the account holder.
Example:
nullbankAddressstring
The address of the bank.
Example:
nullbankCodestring
The code of the bank.
Example:
nullbankNamestring
The name of the bank.
Example:
nullbicstring
The BIC of the bank.
Example:
nulllast4string
The last 4 digits of the IBAN.
Example:
nullfingerprintstring
Unique identifier for the IBAN. Used to detect duplicate payment methods across customers.
Example:
7f2afde1566286c5fb126bb7e79bef549755cce6033dc429013c46d1365ff0e9Payment-PaymentMethodSepa
{
"accountholderAddress": null,
"accountholderEmail": null,
"accountholderName": null,
"countryCode": null,
"bankAddress": null,
"bankCode": null,
"bankName": null,
"bic": null,
"last4": null,
"fingerprint": "7f2afde1566286c5fb126bb7e79bef549755cce6033dc429013c46d1365ff0e9"
}