Johnny
Johnny

Reputation: 171

Paypal One-Click Purchase

Is it possible to implement One-Click Purchase using Paypal API? or Paypal Adaptive API? Instead of asking the user to login each and every time.

Thanks in advance.

Johnny

Upvotes: 3

Views: 4137

Answers (4)

Praveen
Praveen

Reputation: 2029

that's correct Adaptive Payments Preapproval API is the best way to do this: https://www.x.com/developers/paypal/how-to-guides/how-set-payment-preapproval-using-adaptive-payments

You could also use the Reference Transaction APIs too - you can find the how-tos for those here:

Upvotes: 1

Sliq
Sliq

Reputation: 16494

Check this ! It's 1,5 years later now an PayPal has improved quite much: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_buynow_buttons

Upvotes: 0

To have a "one click checkout" experience with Paypal, solution is the "Preapproved Payments Flow" from the Adaptive payment.

The following diagram shows the basic flow of control during a preapproval operation.

After the sender sets up the approval, you can make payments on the sender’s behalf directly. The sender is no longer required to log in to PayPal to complete the payment.

Upvotes: 3

rivenate247
rivenate247

Reputation: 2101

https://www.x.com/message/185849

I don't think that is the way you are looking to do it but it's the only way PayPal's API will allow it.

Upvotes: 1

Related Questions