android - How to save Credit card with Paypal without Paypal account? -


i need implement payment transactions paypal account , credit/debit card using paypal on mobile application (android , ios sdk's).

in 1 hand understand part of having paypal account , paying it, in other hand took @ uber , found users can save credit card without creating paypal account. how can achieve behavior? have save credit cards on server? or feature of paypal?

pd: know uber uses braintree, have seen same feature on other apps paypal.

what you're looking called "reference transactions" or "vaulted credit cards". paypal saves card data on server, , save transaction id on server. when submit reference transaction request include transaction id original transaction processed (could auth or sale transaction) along new amount need process.

depending on you're using process cards, though, api use reference / vaulted transaction different.

if you're using payments pro using either dodirectpayment / doreferencetransaction or payflow api setup reference transaction.

if you're working rest that's vaulted transactions come play.


Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -