AccountCDVInput
Details required to perform a CDV check on a bank account.
input AccountCDVInput {
accountNumber: String!
bankId: CDVBankId!
externalReference: String
}
Fields
AccountCDVInput.accountNumber ● String! non-null scalar
The bank account number.
AccountCDVInput.bankId ● CDVBankId! non-null enum
The bank the account belongs to.
AccountCDVInput.externalReference ● String scalar
An arbitrary reference that will be included in the response.