NodeJs SDK – Introduction
Backend Node.js(v2.0.5) to integrate PhonePe PG APIs.
Installation
Minimum supported versions
- Node Version: v14
Install the dependency using npm
Installation command
npm i @phonepe-pg/pg-sdk-nodeOnboarding
To get started with the keys, you will need three details. Reach out to the Integration team.
String clientId = "<clientId>";
String clientSecret = "<clientSecret>";
Integer clientVersion = "<clientVersion>";