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
PaymentMethodSepa.accountholderAddress ● Address object
The address of the account holder.
PaymentMethodSepa.accountholderEmail ● String scalar
The email of the account holder.
PaymentMethodSepa.accountholderName ● String scalar
The name of the account holder.
PaymentMethodSepa.countryCode ● String scalar
The country code of the account holder.
PaymentMethodSepa.bankAddress ● String scalar
The address of the bank.
PaymentMethodSepa.bankCode ● String scalar
The code of the bank.
PaymentMethodSepa.bankName ● String scalar
The name of the bank.
PaymentMethodSepa.bic ● String scalar
The BIC of the bank.
PaymentMethodSepa.last4 ● String scalar
The last 4 digits of the IBAN.
PaymentMethodSepa.fingerprint ● String scalar
Unique identifier for the IBAN. Used to detect duplicate payment methods across customers.
Member Of
PaymentMethod object