Installation
The OozooPay SDK is a lightweight (~8 KB), framework-agnostic JavaScript library that runs in any modern browser. Choose the installation method that matches your project setup.
Option 1: npm (Recommended for bundlers)
For projects using a build tool — Next.js, React, Vue, Webpack, Vite, etc.
npm install @team-oozoo/oozoo-pay
yarn add @team-oozoo/oozoo-pay
pnpm add @team-oozoo/oozoo-pay
Option 2: CDN (<script> tag)
For static HTML pages, server-rendered apps (PHP, Rails, Django, etc.), or quick prototypes — no build step required.
<script src="https://cdn.oozoopay.com/latest/standalone.global.js"></script>
After loading, the SDK is available as the global OozooPay object.