PayPalHereSDKv2Beta 2.1.0219051000

PayPalHereSDKv2Beta 2.1.0219051000

Maintained by Shu Ashar, Nikhil Singhal, Sukhpreet Singh Deol.



 
Depends on:
SimpleKeychain~> 0.6.1
PPRetailInstrumentInterface>= 0
TrustKit~> 1.5.1
AFNetworking~> 3.1.0
AFNetworking/Reachability>= 0
 

PayPalHereSDKv2Beta 2.1.0219051000

  • By
  • PayPal

Beta Version

This is the beta version of the PayPal Here SDK. This provides early access to upcoming changes for evaluation purposes only, do not use this version in a production environment.

Introduction

The PayPal Here SDK enables iOS apps to process in-person credit card transactions using an assortment of card readers that are capable of accepting contactless, EMV, and swipe payment methods.

Developers should use the PayPal Here SDK to get world-class payment processing with one simple integration. Some of the main benefits include

  • Low, transparent pricing: US Merchants pay just 2.7% per transaction (or 3.5% + $0.15 for keyed in transactions), including cards like American Express, with no additional hidden/monthly costs.
  • Safety & Security: PayPal's solution uses encrypted swipers, such that card data is never made available to merchants or anyone else.
  • Live customer support: Whenever you need support, we’re available to help with our customer support team. Visit our website for more information about PayPal Here.

Supporting Materials

  • PPH SDK documentation can be found here.
  • PPH SDK class reference can be found here.
  • Sample App: Please see and modify the sample app thats available in this repo to experiment and learn more about the SDK and it's capabilities.

Installation

Our recommended installation method is Cocoapods - pod 'PayPalHereSDKv2'

The default installation is the Debug build but you can switch to the Release build of the PayPalHereSDK by using the Release subspec - pod 'PayPalHereSDKv2/Release'

As a side note, please make sure you also add com.paypal.here.reader to the Supported External Accessory Protocols entry of your app's .plist file. If you're processing with the Mobile Card Reader, you'll also need to add a description for Microphone usage within your .plist file.

Housekeeping Items

There are a few noteworthy items that should be called out. These include:

  • Auth/Capture: Please note that auth/capture processing is currently only available for the US. Support for the other regions will be coming at a later date.
  • Key-in: Even though there's not an example in the sample app, please know that the SDK will support this payment method should you need to implement it.
  • Server: There will be some server-side work that needs to be done to handle the token management part of the integration. Standard Oauth2 is used for Merchant Onboarding and more information on this piece can be found here
  • Marketing Toolkit: Within this repo, you'll find downloadable marketing assets – from emails to banner ads – to help you quickly, and effectively, promote your app’s new payments functionality.
  • SDK 1.6: All new integrations should use this v2 version of the PayPal Here SDK. Existing partners looking for prior versions of this SDK are recommended to update to this version, but can find version 1.6 here.

App Review Information

Only the Release build of the PayPal Here SDK is eligible for App Store release. If you submit your app for approval with the Debug build, your app will be rejected. To install the release build with Cocoapods please use: pod 'PayPalHereSDKv2/Release'

When you submit your app, if you are using the Chip Card Reader, you will need to enroll in the Apple MFi program. In order to complete your enrollment, please complete the MFi Enrollment Form and email it to [email protected]. Please note that this process can take a few days to complete.

Be sure to include the following into your app store review notes:

  • This iOS application uses the Bluetooth protocol "com.paypal.here.reader": PPID# 126754-0002 & PPID# 126754-0026

License

Known Issues:

You may see an error (“CFBundleExecutable” is not specified) when launching the app. Follow these steps to resolve the error:

  • Open the info.plist file in Xcode
  • Delete the entry for Executable file
  • Add Row to the Info.plist
  • Set the key for the new row to CFBundleExecutable and the value to $(EXECUTABLE_NAME)
  • Video