Skip to content

Sample app for Razorpay Java Integration

Notifications You must be signed in to change notification settings

razorpay/razorpay-java-testapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Razorapay Test App for Java

Sample app for Razorpay Java Integration

The sample app is made using Dropwizard Framework.

Steps to run sample app:

  • Edit the key inside index.ftl
  • Add you api_key and api_secret in server.yml file:
apiKey: your_api_key
secretKey: your_api_secret
  • Build
mvn clean install
  • Run
java -jar target/razorpay-java-testapp-1.0-SNAPSHOT.jar server server.yml

Steps for Integration:

  1. Make a checkout form using our Checkout Integration
  2. Accept the razorpay_payment_id parameter in the form submission
  3. Run the capture code to capture the payment

About

Sample app for Razorpay Java Integration

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published