views:

379

answers:

1

I need to integrate paypal into online store..

Requirements - All credit cards (secure) details should be inputed on PayPal site - User do not need paypal account

So there is couple ways of integration

  1. Standart IPN - when you redirect user to paypal site and he use his (or create new) paypal account and than redirected back to site
  2. PayPal Payments Pro - user input his details including credit card number on my site(and I make payment using API)

But is there a way where I can redirect user to paypal site and he just input a credit card number and redirected back.. So user input just credict card number and that it is - he do not need a paypal account or fill any other fields.. Does it possible?

+3  A: 

Stanard Paypal does offer you the ability pay via credit card without a paypal account

https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/cps/general/OptionalAccount-outside

monkeylee
Found it - there is option in paypal account to enable this
Pydev UA