Skip to content

payOSHQ/payos-demo-java-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step 1: Download and install Java 17 and make sure you are running this project in Java 17 version

Link: Java 17

Step 2: Add payment gateway

  • Go to file src/resources/application.properties
  • Add values to PayOS payment gateway variables
    • PAYOS_CLIENT_ID={Your Client Id}
    • PAYOS_API_KEY={Your Api Key}
    • PAYOS_CHECKSUM_KEY={Your Checksum Key}

Step 3 Run the project

  • Vs code:
    • Need to install extensions Extension Pack for Java and Debugger for Java.
    • Points to file src/main/java/com/springboost/app/SpringboostBackendPayosApplication.java
    • F5 or Run -> Start Debugging
  • IntelliJ IDEA:
    • Make sure IntelliJ has received Java version 17
    • Points to file src/main/java/com/springboost/app/SpringboostBackendPayosApplication.java
    • Run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published