Receiving payments trough PayPal and Credit Card(通过 PayPal 和信用卡接收付款)
问题描述
我正在开发一个网站,我需要从 PayPal 和信用卡接收付款,问题是我对此一无所知,我的问题是我在哪里可以找到一些很好的资源来帮助我,或者如果您有一些示例代码,所有可以帮助我的东西.
I am developing a website and I need to receive payments from PayPal and Credit Card, the thing is that I know nothing about this, and my question is where I can find some great resources to help me, or if you have some example codes, everything that can help me.
非常感谢.
推荐答案
如果您计划与 Paypal 集成,您会发现 Paypal 的 Sandbox 是一个重要的工具;
If you're planning on Paypal integration you'll find Paypal's Sandbox a vital tool;
https://developer.paypal.com/
由于这类事情可能是件苦差事,而且您最终可能会使用 Paypal 的 IPN 服务(即时付款通知),因此我会搜索Paypal IPN 类"并为自己节省一些开发时间.
As this sort of thing can be a chore and you'll probably end up using Paypal's IPN service (Instant Payment Notification) anyway, I'd do a search for "Paypal IPN class" and save yourself some development time.
PS 我不知道 IPN 是否特定于特定的 Paypal 解决方案(即 Payments Pro),或者它是否与所有 Paypal 解决方案相关,如果知道的人可以编辑/更新/评论,那么我将非常感激.
PS I don't know whether IPN is specific to a particular Paypal solution (ie Payments Pro) or if it's relevant to all Paypal solutions, if someone who knows could edit/update/comment then I'd be very grateful.
这篇关于通过 PayPal 和信用卡接收付款的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:通过 PayPal 和信用卡接收付款


- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- PHP - if 语句中的倒序 2021-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01