const widget = await widgetManager.createWidget({
name: "my-widget",
interface: "PAYMENT",
preSelectMethod: "ACI",
methods: (protocol) => protocol.partner === "illicado",
sortProtocols: myFancyCustomSortFunction,
autoSelectTokenStrategy: "none",
forceTokenRegistration: false,
tokenRegistrationDefaultValue: false,
payload: {...},
ui: {...}
})