首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > PayPal在PHP快速退房手续

PayPal在PHP快速退房手续

  • 资源大小:6.34 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: php api paypal checkout expresscheckout

资 源 简 介

Implementation of simple Paypal Express Checkout in PHP. PayPal allows their users to implement checkout functions using their API. But implementing the full API is not a piece of cake. There are some libraries on the web, but the most of them are paid, closed or too complex. If you wanna implement simple and single-item payments (i.e. "pay for service" or "pay for source code"), you can use my, free and open, library described here. This library was written as a part of my framework, but it"s usable standalone too, I hope. ;) Using is as easy as $r = new PayPal();$r->doExpressCheckout(10, "Da Greatest Library You Ever Seen"); and ``` $final = $r->doPayment(); if ($final["ACK"] == "Success") { echo "Succeed!"; } else { echo "Error!"; } ``` More information and step-by-step manual at PHP Suit

文 件 列 表

paypal
class
controllers

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.178994s