Skip to main content

Integration Tutorial

Essentials

Inject Fluid library when user logs in:

html
<script type="module" src="https://get.fluidpayments.io/index.js"></script>

If you’re using types, install @fluidpayments/types:

json
"devDependencies": {
  //...
  "@fluidpayments/types": "^1.0.0"
}