Adding the SDK Bundle to Your Web Page

Include the SDK Bundle in Your Web Page

Add the following <script> tag with a defer attribute to the <head> section of your HTML document. Replace [ACCESS_KEY] with your provided access key

<html lang="en">
 <head>
 ....
 <script defer src="https://widget.sandbox.mispay.co/v1/sdk.js?authorize=[ACCESS_KEY]"></script>
 </head>
 <body>
 ...
 <mispay-widget amount="100" lang="en"></mispay-widget>
 ...
 </body>
 </html>