Skip to content

hiteshchouhan22/payment_gateway_testing

Repository files navigation

PhonePe Payment Integration test in Next.js

Prerequisites

  • 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).

Step 1: Setting Up the Server

  1. Navigate to Project:

    bash

    cd payment_gateway_testing
    
  2. Run Next.js project:

    bash

    npm install crypto axios body-parse uuid
    
  3. Create a .env file in the root directory and add your environment variables:

    env

    PORT=8000
    SALT_KEY=your_salt_key
    MERCHANT_ID=your_merchant_id
    

About

Integrating the PhonePe payment gateway with Node.js environment for User Acceptance Testing (UAT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published