Hey @Yoavapayem, The info displayed by marqetajs is delivered through markup embedded in iframes. The problem is that when your application downloads a web font via style link or via css, it only applies to the outer parent site, not the site within...
Hi! It looks like the clientaccesstoken is missing some necessary fields. In particular, the
client_api_base_url which is why you are seeing in undefined in the path for the GET request you posted above. Please speak to the Customer Success or Inte...
Ah thanks for the last bit of information. Marqeta.js finds DOM elements using document.getElementById, which would not work for shadow dom elements without a reference to the shadow root unfortunately. I am not sure of your control over your curren...
Hi!
So it sounds like you are using the correct steps to reload widgets without a page refresh. As you said, you can call marqeta.destroy() to unsubscribe from all events and then you would call marqeta.bootstrap() passing in a config object with a n...
Hi! When the client application first calls the Bootstrap method to display the PAN. It passes in a configuration object. In that configuration object the application can pass in a field called callbackEvents . This field can take two keys, one is on...