Interface ParamsType

interface ParamsType {
    buyer?: string;
    displayAuthentication: "inline" | "modal";
    displayCardLogo: boolean;
    instrument?: string;
    lang?: string;
    mode: "tokenizer" | "instrument" | "payment";
    modeOptions: {
        authorizedInstrument: boolean;
        shopId: string;
    };
    objectSecret: string;
    paymentMethod?: string;
    paymentOrderID: string;
    publicKey: string;
    style?: StyleIframeType;
    token?: string;
}

Properties

buyer?: string
displayAuthentication: "inline" | "modal"
displayCardLogo: boolean
instrument?: string
lang?: string
mode: "tokenizer" | "instrument" | "payment"
modeOptions: {
    authorizedInstrument: boolean;
    shopId: string;
}

Type declaration

  • authorizedInstrument: boolean
  • shopId: string
objectSecret: string
paymentMethod?: string
paymentOrderID: string
publicKey: string
token?: string

Generated using TypeDoc