简体   繁体   中英

PHP laravel Authorize.net

I am trying integrate Authorize.net with a laravel app, to accept onetime payments. I have gone through the authorize.net's php library on GitHub , and I see charge-credit-card.php is expecting credit card details as input.

Questions:

  1. Is it okay to ask for credit card no.s directly as a form? (Perhaps over a https)

  2. I would like to redirect user to Authorize.net rather than collecting the credit card details on my site.

How to do it?

使您能够降低 PCI 合规性要求的两种方法是使用Accept.jsAccept Hosted

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