Zum Hauptinhalt springen

Paket

npm install @ovra/pay

Konfiguration

import * as OvraPay from "@ovra/pay";

OvraPay.configure({
  apiKey: "sk_test_...",              // erforderlich
  apiUrl: "https://api.getovra.com",  // optional; dies ist der Standard
});

Voraussetzungen

  • Node.js 18 oder neuer
  • Ein Browser-Automation-Stack mit einer page, die evaluate() unterstützt (Playwright, Puppeteer, Stagehand etc.)
  • Ein Ovra-API-Key aus dem Dashboard