This repository contains code samples for AdaptiveAccounts, AdaptivePayments, Permissions, Invoicing and Merchant classic APIs.
To know more about APIs, refer to https://developer.paypal.com/.
- Java jdk-1.5 or higher
- Apache Maven 3 or higher
- Please refer http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html for any help in Maven.
- To download or learn more about PayPal SDKs, please see http://paypal.github.io/sdk/.
- Unit test cases for samples are under
src/main/test
, run the test cases usingmvn test
.