Derk153
Derk153

Reputation: 682

Paypal. Payment information page

I use payment via paypal and I need the customer to enter secure payment information on my webpage.

After reading tutorials, I need to set action to paypal => "https://www.paypal.com/cgi-bin/webscr" and the customer to complete their data on paypal website.

Is it possible to have customers enter card data on my own website? Can you offer any advice or manuals on how to implement this?

Thanks. Sorry for my English

Upvotes: 0

Views: 64

Answers (2)

dev_feed
dev_feed

Reputation: 719

As @butlerblog mentioned, there are different levels of integration for ecommerce. If you truly want to stay away from paypal but are considering your other options for third party integration, you can check this site to start getting an idea of how involved with ecommerce you want to get.

Upvotes: 1

butlerblog
butlerblog

Reputation: 436

Is it possible to have customers enter card data on my own website?

Yes it's possible. Is it advisable? Not if you don't have to.

If you are passing the user to PayPal to complete payment, there is absolutely no reason for you to collect the CC data on your own website. All you do is add to the customer's risk as well as your own (since there are certain legal ramifications if you screw something up).

If what you are asking is how can you do the entire process on your own site, then that's a different answer and a pretty involved one. PayPal has options for this with different plans and each of those options has plenty of documentation on how to setup and configure the process.

Upvotes: 1

Related Questions