NodeJs SDK – Introduction

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

Minimum supported versions

  • Node Version: v14

Install the dependency using npm

Installation command
npm i @phonepe-pg/pg-sdk-node

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?