https://github.com/amadr-95/paypal-spring-boot-integration
Payment integration in Spring Boot using PayPal API
https://github.com/amadr-95/paypal-spring-boot-integration
paypal-api spring-boot
Last synced: about 2 months ago
JSON representation
Payment integration in Spring Boot using PayPal API
- Host: GitHub
- URL: https://github.com/amadr-95/paypal-spring-boot-integration
- Owner: amadr-95
- Created: 2024-06-03T17:51:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T18:10:46.000Z (about 2 years ago)
- Last Synced: 2025-03-22T06:17:46.314Z (over 1 year ago)
- Topics: paypal-api, spring-boot
- Language: HTML
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot PayPal integration
This is a demo example of how to integrate paypal payment method on your application.
### PayPal maven dependencies
```xml
com.paypal.sdk
paypal-core
1.7.2
com.paypal.sdk
rest-api-sdk
1.14.0
```
### Setting up PayPal configuration
In order to use PayPal integration in your project in development mode you have to set
`mode = sandbox` in your .properties or .yml file
Also, you have to generate the `clientId` and the `clientSecret` by login in with your PayPal account at
https://developer.paypal.com


Once you have the generated keys, copy them in the .properties or .yml file.
### Some screenshots

