Laravel 5.2 中的信用卡支付(万事达卡和维萨卡)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/37856766/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 13:59:49  来源:igfitidea点击:

Credit Card Payment(master Card and Visa) in Laravel 5.2

laravellaravel-5laravel-5.1laravel-5.2

提问by Pankaj

Do we have any package for Credit Card Payment in Paypal in Laravel 5.2.37?

我们有在 Laravel 5.2.37 中使用 Paypal 进行信用卡支付的任何软件包吗?

I am already following this to link my app with Paypal : http://learninglaravel.net/integrate-paypal-sdk-into-laravel-4-laravel-5and now want to check any package for Credit Card(Master Card/Visa)

我已经按照这个将我的应用程序与 Paypal 联系起来:http: //learninglaravel.net/integrate-paypal-sdk-into-laravel-4-laravel-5现在想检查信用卡(万事达卡/签证)

回答by Qevo

PayPal

贝宝

These packages are for PayPal only and can be used to process credit cards.

这些包裹仅适用于 PayPal,可用于处理信用卡。

Multiple Services

多项服务

These packages are for more than one payment processor and include PayPal. They can be used to process credit cards.

这些套餐适用于多个支付处理器,包括 PayPal。它们可用于处理信用卡。

回答by Luca C.

I suggest you to use Omnipay

我建议你使用Omnipay

https://github.com/thephpleague/omnipay

https://github.com/thephpleague/omnipay

It supports paypal and tens of other major payment providers, with a simple unique interface for all of them

它支持 paypal 和其他数十家主要支付提供商,并为所有提供商提供简单独特的界面

Install & use instructions are on the github project page, package are available for composer

安装和使用说明在github项目页面,包可用于composer