Paypal - payment without account
paypal
Solution
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
Problem
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 - Standart IPN - when you redirect user to paypal site and he use his (or create new) paypal account and than redirected back to site - 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?