Integration with PayPal API without requiring the client to create account to make the payment

0

I did an integration with the PayPal API using Express checkout , I am using the sandbox for testing. When making a payment for a service it forces the customer to have a PayPal account to continue the payment. Is it possible for the customer to enter directly into the credit card application form and make the payment without having to create the account?

    
asked by anonymous 14.08.2017 / 18:45

1 answer

0

@Jhonatam Rezende, as Paypal is a payment gateway, I believe that for the person to use the services of Paypal she needs to have a registration. What I've done is the opposite, using Express Checkout. Play the customer of the cart direct to Paypal without registering on your site and get the data that Paypal passes you and later you register. Thus the client does not register in Paypal and also on his site.

link

    
14.08.2017 / 19:06