https://github.com/paypal/paypal-server-sdks
https://github.com/paypal/paypal-server-sdks
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paypal/paypal-server-sdks
- Owner: paypal
- Created: 2024-10-17T17:27:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T18:05:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T04:42:55.332Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the PayPal Server SDKs!
## Introduction
### Important Notes
- **Available Features:** This SDK currently contains only 3 of PayPal's API endpoints. Additional endpoints and functionality will be added in the future.
### SDK Languages
The PayPal Server SDK provides integration access to the PayPal REST APIs. There are SDKs available for six languages:
- [.NET Server SDK](https://github.com/paypal/PayPal-Dotnet-Server-SDK)
- [Java Server SDK](https://github.com/paypal/PayPal-Java-Server-SDK)
- [PHP Server SDK](https://github.com/paypal/PayPal-PHP-Server-SDK)
- [Python Server SDK](https://github.com/paypal/PayPal-Python-Server-SDK)
- [Ruby Server SDK](https://github.com/paypal/PayPal-Ruby-Server-SDK)
- [TypeScript Server SDK](https://github.com/paypal/PayPal-TypeScript-Server-SDK)
Any feedback or issues can be posted to the repositories for the relevant language.
### Developer Documentation
The official developer documentation can be found on the PayPal Developer portal: [PayPal Developer - Server SDK](https://developer.paypal.com/serversdk/http/getting-started/how-to-get-started/)