FAQs
What is the container_id used to set up a widget using an npm-package?
container_id
is the ID of the HTML markup element according to the Document Object Model (DOM) into which the widget is embedded.
Example:
Copy
<html>
<head>
<script>
widget.show('container-id-where-to-embed-widget');
</script>
</head>
<body>
<div id="container-id-where-to-embed-widget'"></div>
</body>
</html>
Why doesn’t the camera work when passing the identification procedure (KYC)?
This issue might occur if the allow="camera"
attribute is not passed in the iframe for opening the widget.
Example of an iframe with the passed attribute:
Copy
<iframe allow="camera" src="https://payouts-widget.xsolla.com?token=<customer_token>"></iframe>
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Rate this page
Rate this page
Don’t want to answer
Thank you for your feedback!
Found a typo or other text error? Select the text and press Ctrl+Enter.