在 PHP MySql 站点中实施信用卡处理

发布于 2024-09-11 14:15:45 字数 209 浏览 2 评论 0原文

我正在开发一个电子商务网站,我想在该网站内实施信用卡/借记卡处理。

我想知道是否有任何好的PHP脚本可以完全实现此功能以及提供此服务的支付网关。

此外,该网站还将在取消订单等情况下提供退款保证功能。那么如何使用信用卡/借记卡来实现这一点,即我希望能够在取消订单的情况下向客户退款。

该网站/服务将在非洲提供,但 Paypal 不存在。

谢谢

I am developing an Ecommerce website and I would like to implement Credit/Debit card processing within the site.

I would like to know if there are any good PHP scripts which fully implement this and the payment gateways that provide this service.

Also the website will have a Money Back guarantee feature in the event of cancelling of orders and so on. So how can this also be implemented using Credit/Debit cards i.e. I want to be able to refund the customers in the event of a cancelled order.

The site/service will be offered in Africa and Paypal isnt present.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青柠芒果 2024-09-18 14:15:45

您需要先找人处理您的信用卡付款。例如 Paypal 或 SagePay。

他们将为您提供与支付网关集成的所有文档,我过去使用过的所有文档都包含 PHP 示例代码。

这里有一些方便的链接...

更新:由于您正在尝试在非洲提供此服务,我建议您联系当地的大银行,了解他们提供哪些服务。英国和美国的所有主要银行都提供自己的网关(或为您指明他们的首选合作伙伴的方向),我想这在任何地方都是如此。

You need to find someone to process your credit card payments first. eg Paypal or SagePay.

They will provide you with all the documentation on integrating with the payment gateway, and all the ones I have used in the past have included PHP sample code.

Here are some handy links for you...

Update: Since you are trying to offer this service in Africa, I would recommend contacting your local big bank to see what services they offer. All the major banks in the UK and the US offer their own gateways (or point you in the direction of their preferred partner), and I would imagine that would be true everywhere.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文