NodeJs SDK – Introduction

Backend Node.js(v2.0.3) to integrate PhonePe PG APIs.

Minimum supported versions

  • Node Version: v14

Install the dependency using npm

npm i https://phonepe.mycloudrepo.io/public/repositories/phonepe-pg-sdk-node/releases/v2/phonepe-pg-sdk-node-2.0.3.tgz

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>"; 
Is this article helpful?