Skip to content

Eomaxl/paypal-gateway-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

paypal-gateway-integration

A spring boot based application that has paypal payment gateway integration using maven and Java 17. This applications shows you how to create a payment order and execute it. Based upon the payment process, success/ error page is being shown. To run this application, clone this repository and initialize maven clean install.

API Endpoints exposed are:

POST Request: /payment/create

GET Request: /payment/success /payment/cancel /payment/error

Application URL: localhost:8080/

Screenshot 2024-04-01 at 2 47 06 PM

Docker image url : eomaxl/payment_system:paypal-integration-1.0.0.jar