Install
Configure
Requirements
- Node.js 18+
- A browser automation framework (Playwright, Puppeteer, etc.)
- An Ovra API key (get one here)
Install and configure @ovra/pay.
npm install @ovra/pay
import * as OvraPay from "@ovra/pay";
OvraPay.configure({
apiKey: "sk_test_...", // Required
apiUrl: "https://api.getovra.com" // Optional, default
});