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
- Host: GitHub
- URL: https://github.com/eomaxl/paypal-gateway-integration
- Owner: Eomaxl
- Created: 2024-04-01T08:52:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T09:18:39.000Z (over 2 years ago)
- Last Synced: 2025-02-09T02:12:43.017Z (over 1 year ago)
- Topics: payment-gateway, paypal-api, paypal-payment-gateway
- Language: HTML
- Homepage: http://50.16.91.172:8080/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/

Docker image url :
[eomaxl/payment_system:paypal-integration-1.0.0.jar](https://hub.docker.com/repository/docker/eomaxl/payment_system/general)