Skip to main content

ClientBankAccount

Bank account of a client

type ClientBankAccount {
accountHolder: String!
bank: ValueEntry!
iban: String!
id: ClientBankAccountID!
sepaMandates: [SepaMandate!]
}

Fields

ClientBankAccount.accountHolder ● String! non-null scalar

Account holder of the bank account

ClientBankAccount.bank ● ValueEntry! non-null object

The bank, where the bank account is operating

ClientBankAccount.iban ● String! non-null scalar

IBAN of the bank account (delivered in masked format)

ClientBankAccount.id ● ClientBankAccountID! non-null scalar

Unique identifier

ClientBankAccount.sepaMandates ● [SepaMandate!] list object

All sepa mandates created for this account

Returned By

createClientBankAccount mutation

Member Of

Client object