简体   繁体   中英

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

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM