On this page
No Headings
Last updated: June 4, 2026
Important: PayPal Here is deprecated. PayPal doesn't accept new integrations but continues to support existing integrations.
The sandbox environment behaves similarly to the production environment. However, follow these guidelines when testing the PayPal Here SDK in the sandbox environment:
The GitHub repo for the SDK contains a sample app for each available platform. Each sample app will use an instance of our sample server. To run it:
sandbox instead of Live.Below are instructions to get started with the sample apps for iOS, Android, and Web.
Note: If you are integrating with the Chip Card Reader, pair it via bluetooth to your device prior to running the sample apps for iOS and Android. For Web, simply have the pre-configured reader plugged in via USB.
The sample app for iOS can be found on our GitHub. To use it:
?returnTokenOnQueryString=true to the URL so it returns the raw values to initialize the SdkCredential class instead of returning the default composite token.Find the sample app for Android on our GitHub. To use it:
Initialize Merchant.?returnTokenOnQueryString=true to the URL so returns the raw values to initialize the SdkCredential class instead of returning the default composite token.The sample code for Web can be found here.