Card Capture Options
Card verification
By default, the card verification is disabled on card capture. If you would like to capture a card and enforce verification, provide a verify: true property when initialising the capture card action.
const action = cdk.createAction(ELEMENTS.ActionTypes.CaptureCard, { verify: true });