Skip to main content

AccountCDVInput

Details required to perform a CDV check on a bank account.

input AccountCDVInput {
accountNumber: String!
bankId: CDVBankId!
externalReference: String
}

Fields

accountNumber ● String! non-null scalar

The bank account number.

bankId ● CDVBankId! non-null enum

The bank the account belongs to.

externalReference ● String scalar

An arbitrary reference that will be included in the response.