Skip to main content

DebicheckPayerBankInformationInput

No description

input DebicheckPayerBankInformationInput {
accountNumber: String
accountType: DebicheckAccountType
bankId: DebicheckBankId
branchCode: String
}

Fields

DebicheckPayerBankInformationInput.accountNumber ● String scalar

DebicheckPayerBankInformationInput.accountType ● DebicheckAccountType enum

Only 'current' (cheque), 'savings', or 'transmission' accounts are supported.

DebicheckPayerBankInformationInput.bankId ● DebicheckBankId enum

The bankId is optional only if branchCode is provided. If branchCode is not provided, bankId must be specified.

DebicheckPayerBankInformationInput.branchCode ● String scalar