Skip to content

Bug-Finderr/DummyPaymentService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy Razorpay Payment Gateway Service


This is a simple Java Spring Boot application for a dummy Razorpay payment gateway service.

Prerequisites

Before running the service, ensure you have the following:

  • Java installed on your system
  • Maven for building the project
  • Razorpay account with Key ID and Secret Key

Setup

  1. Clone this repository to your local machine.
  2. Navigate to the directory where you cloned the repository.
  3. Open RazorPaymentGateway.java located at D:\Java\BackEnd\PaymentService\src\main\java\com\bugfi\paymentservice\paymentGateways\.
  4. Replace [YOUR KEY ID] and [YOUR KEY SECRET] with your actual Razorpay Key ID and Secret Key obtained from the Razorpay dashboard.

Running the Service

To run the service, execute the following steps:

  1. Open a terminal or command prompt.
  2. Navigate to the root directory of the project.
  3. Run the following command:
mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages