An open API service indexing awesome lists of open source software.

https://github.com/eomaxl/paypal-gateway-integration

Payment Gateway Page
https://github.com/eomaxl/paypal-gateway-integration

payment-gateway paypal-api paypal-payment-gateway

Last synced: 5 months ago
JSON representation

Payment Gateway Page

Awesome Lists containing this project

README

          

# 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](https://hub.docker.com/repository/docker/eomaxl/payment_system/general)