PCI w/ CVV Configuration

The following are the minimal required parameters for PCI w/ CVV mode.

ParameterTypeRequiredNotes
tokenExIDstringtrue
tokenSchemestringtrueEither the name (case insensitive) or the JSON value of the Token Scheme to be used (see Token Schemes)
authenticationKeystringtrue
timestampstringtrueMust be UTC
originstringtrue
pcibooltrue
cvvbooltrue
cvvContainerIDstringtrue
var iframeConfig = {
    origin: "https://mysite.com",
    timestamp: "20180109161437",
    tokenExID: "123456789",
    tokenScheme: "PCI",
    authenticationKey: "QmFzZTY0KEhNQRNTSEEyNTYoIlRva2VuRXhJRHxPcmlnaW58VGltZXN0YW1wfFRva2VuU2NoZW1lKSk=",
    pci: true,
    cvv: true,
    cvvContainerID: "CvvTextbox"
}