Non-PCI iFrame Configuration

The following are the minimum required parameters for Non-PCI mode.

ParameterTypeRequiredNotes
tokenExIDstringtrue
tokenSchemestringtrueEither the name (case insensitive) or the JSON value of the Token Scheme to be used (see Token Schemes)
authenticationKeystringtrue
timestampstringtrue
originstringtrue
pciboolfalseMust be set to false to enable this mode.
var iframeConfig = {
    origin: "https://mysite.com",
    timestamp: "20180109161437",
    tokenExID: "123456789",
    tokenScheme: "ASCII",
    authenticationKey: "QmFzZTY0KEhNQRNTSEEyNTYoIlRva2VuRXhJRHxPcmlnaW58VGltZXN0YW1wfFRva2VuU2NoZW1lKSk=",
    pci: false
}