html

asc payment app iframe to copy

<script>
  function onLoad() {
    document.getElementById('iframe').contentWindow.postMessage('test message', 'https://aschendorff.esuite-skins-staging.com')
  }
</script>
<iframe onload="onLoad()" id="iframe" src="https://aschendorff.esuite-skins-staging.com/?sessionId=267fc8d20b7c4580b1cd829cddb44710" ></iframe>

just replace the session id with a real one and you're good to go. This is for dev and should be copied in an article in the dev editor.

Was this helpful?