Import Fize SDK
Import CDN Url
On your application, define an element which would be used to launch the SDK and import the JavaScript SDK as shown on the example below based on the environment and
- Production: https://cdn.getfize.com/sdk/v1.0/getfize.js
<html lang="en">
<head>
<script src="https://cdn.getfize.com/sdk/v1.0/getfize.js"></script>
</head>
<body>
</body>
</html>
Updated 3 months ago