Node.js SDK - Installation

Install the Paygent SDK for Node.js using npm or yarn.

Terminal
1npm install @paygent_org/paygent-sdk-node

Requirements

  • • Node.js 16.x or higher
  • • TypeScript 4.5+ (optional, but recommended)
  • • npm or yarn package manager

TypeScript Support

The SDK is written in TypeScript and includes full type definitions out of the box.

Was this page helpful?