Skip to content

paypay/paypay-sample-ecommerce-backend-java

Repository files navigation

paypay-sample-ecommerce-backend-java

License Language grade: Java Maintainability Codacy Badge BCH compliance

This is a sample ecommorce application using PayPay's Java SDK.

It creates QR code link and checks the status of the payment.

Configurations

update the API Key and Secret with actual values in application.properties file. Replace your front end URL in the cors.urls property.

cors.urls=http://localhost:8080
API_KEY=API_KEY
API_SECRET=API_SECRET

How to Run the API Server

$ ./gradlew bootRun

You should now have the API server running on http://localhost:5000

Note: To change the port number update the below property in application.properties

server.port=5000

About

PayPay Sample Ecommerce Backend

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages