paypal / PayPal-iOS-SDK

Accept credit cards and PayPal in your iOS app
Other
973 stars 368 forks source link

Need to pass the Credit Card info to iOS Sdk directly #546

Closed aparthdhorda closed 7 years ago

aparthdhorda commented 7 years ago

I am developing the application and using PayPal iOS SDK Version 2.17.0, the requirement of the client is to pass the saved credit card info to SDK and there user just needs to press the single pay button.

The credit card information is already filled into the SDK without login with the account, when user wants to checkout as Guest.

Is there any way to do this way.

Any help will be appreciated

xiaoleih41 commented 7 years ago

I would strongly recommend you to use our Braintree SDK from braintreepayments.com instead. The github link is at https://github.com/braintree/braintree_ios. It has vault feature which allows you to save credit card info for future payments and it supports not only direct credit card payment processing but also PayPal payments. PayPal SDK is deprecating the direct credit card processing. I would not recommend you to use this SDK.

xiaoleih41 commented 7 years ago

Close this issue as REST direct card processing has been deprecated. Suggestion for alternative method are given.