Prerequisites

Check the prerequisites before you integrate with 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.

  1. Download and install on your system.
  2. Download the zip file from the Releases section of GitHub.
  3. Unzip the file and add this dependency to the project object model (POM) of your project.

  • Feature Request: If you have a feature request, raise an issue on .

Is this integration guide useful?


java
server
sdk
install java
prerequisites