Skip to main content

DirectDebitInput

Input to provide the payer'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 — except for Value Invest VWL, where the premium is paid by the employer and the account therefore belongs to the employer.

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