- Basic understanding of React.js.
- Node.js and npm (Node Package Manager) installed on your machine.
- PhonePe Merchant Account (Sign up on the PhonePe Business platform).
-
Navigate to Project:
bash
cd payment_gateway_testing -
Run Next.js project:
bash
npm install crypto axios body-parse uuid -
Create a
.envfile in the root directory and add your environment variables:env
PORT=8000 SALT_KEY=your_salt_key MERCHANT_ID=your_merchant_id