Skip to main content

AccountCDVResultPayload

Details of a bank account on which a CDV check was performed. Including the result of the check.

type AccountCDVResultPayload {
accountNumber: String!
bankId: CDVBankId!
externalReference: String
cdv: CDVResultPayload!
}

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 was included in the request.

cdv ● CDVResultPayload! non-null object