This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PayPal-PHP-SDK/sample
japatel 49b80f76af Removing Dependency from SDK Core Project
- Copied files required for Rest API SDK
- Removed PPApiContext and directly connected APIContext with PPConfigManager
- Removed duplicate data storage of configuration and credentials.
- Code Style Fixes
- Remove build.xml file as it is not required anymore
- Updated the samples
- Updated the documentations
2014-10-06 11:16:47 -05:00
..
2013-08-26 12:21:29 +05:30
2014-09-24 15:03:08 -05:00

Rest API Samples

This sample project is a simple web app that you can explore to understand what the payment APIs can do for you.

To try out the sample, run composer update --no-dev from the rest-api-sdk-php folder and you are all set.

The sample comes pre-configured with a test account but in case you need to try them against your account, you must

  • Obtain your client id and client secret from the developer portal
  • Update the sdk_config.ini file with your new client id and secret.

If you are looking for a full fledged application that uses the new RESTful APIs, check out the Pizza store sample app at https://github.com/paypal/rest-api-sample-app-php