export type InitParams = {
    merchantId: string;
    callbackURL?: string;
    sandbox?: boolean;
};
