Skip to main content

PaymentMethodSepaInput

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

input PaymentMethodSepaInput {
accountholderAddress: AddressInput
accountholderEmail: String
accountholderName: String
countryCode: String
bankAddress: String
bankCode: String
bankName: String
bic: String
last4: String
fingerprint: String
}

Fields

PaymentMethodSepaInput.accountholderAddress ● AddressInput input

The address of the account holder.

PaymentMethodSepaInput.accountholderEmail ● String scalar

The email of the account holder.

PaymentMethodSepaInput.accountholderName ● String scalar

The name of the account holder.

PaymentMethodSepaInput.countryCode ● String scalar

The country code of the account holder.

PaymentMethodSepaInput.bankAddress ● String scalar

The address of the bank.

PaymentMethodSepaInput.bankCode ● String scalar

The code of the bank.

PaymentMethodSepaInput.bankName ● String scalar

The name of the bank.

PaymentMethodSepaInput.bic ● String scalar

The BIC of the bank.

PaymentMethodSepaInput.last4 ● String scalar

The last 4 digits of the IBAN.

PaymentMethodSepaInput.fingerprint ● String scalar

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

Member Of

PaymentMethodInput input