Prerequisites
Check the prerequisites before you integrate with Razorpay Curlec Java server-side SDK.
Install the Razorpay Java SDK and integrate it with your Java-based website to accept payments, initiate refunds and much more.
- 
You must use Java v15 or higher. Know more about the
. - 
Import the following packages before your get started:
import org.json.JSONObject;import com.razorpay.*; 
You can install Razorpay using Maven or Gradle.
- Download and install on your system.
 - Download the zip file from the Releases section of GitHub.
 - Unzip the file and add this dependency to the project object model (POM) of your project.
 
- Queries: If you have queries, .
 
- Feature Request: If you have a feature request, raise an issue on .
 
Is this integration guide useful?
java
 server
 sdk
 install java
 prerequisites
ON THIS PAGE