0

Hi I want to integrate my .net MVC application with payment gateway PAYPAL. From what I have learnt by far is that ,there must be seller and buyers a/c. Does that mean that buyers who don't have a/c registered with PAYPAL cannot do payment with it.

Can someone provide me the link or coding on how to integrate it?

Tester Manual
  • 59
  • 1
  • 6
  • possible duplicate of [ASP.NET/Paypal: PayPal Integration Wizard?](http://stackoverflow.com/questions/2776232/asp-net-paypal-paypal-integration-wizard) – Bishan Aug 06 '13 at 10:28

1 Answers1

0
Does that mean that buyers who don't have a/c registered with PAYPAL cannot do payment with it.

No. if your customers haven't paypal account, they can use their credit card for the payment.

Read this article. It'll be helpful to you.

Bishan
  • 15,211
  • 52
  • 164
  • 258