Skip to main content

DirectDebitInput

Input to provide customer's SEPA details (direct debit) for the bank account to withdraw the premium payment and the one-time pay-in (if any) from. Account owner should be the insured person.

input DirectDebitInput {
accountHolder: String!
iban: IBAN!
}

Fields

DirectDebitInput.accountHolder ● String! non-null scalar

Account holder name for the given IBAN.

DirectDebitInput.iban ● IBAN! non-null scalar

The IBAN number of the account to withdraw the premium payment and the one-time pay-in (if any) from.

Member Of

PaymentMethodInput input