widgetManager.createWidget({
interface: "PAYMENT",
name: "my_widget_with_assets_overrides",
ui: {
assets: {
overrides: {
closeIcon: "https://link-to-image/asset.png",
creditcard: [
"https://link-to-image/visa.png",
"https://link-to-image/mastercard.png",
],
},
},
},
});