We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我也开始使用支付宝进行开发。也许这会有所帮助:
https://globalprod.alipay.com/order/integrationGuide.htm
I have also started development with alipay. Maybe this can be helpful:
https://globalprod.alipay.com/order/integrationGuide.htm
Stripe 刚刚添加了 支持支付宝。使用它可能比尝试重新发明轮子容易得多。
Stripe has just added support for Alipay. Using this is likely to be far easier than trying to reinvent the wheel.
我最近需要将支付宝集成到我的网站中,并决定开放我的作品的衍生品。这是非常基本的,不包括退款等。但它希望能为您指明正确的方向: https://github.com/bitmash/alipay-api-php
我会随着时间的推移改进这个库(希望如此)。请记住,这不是全球支付宝版本。是针对中国商户的国内支付宝版本。然而,API 非常相似。
I just recently needed to integrate Alipay into my site, and decided to open up a derivative of my work. It's pretty basic, doesn't include refunds, etc. But it will hopefully point you in the right direction: https://github.com/bitmash/alipay-api-php
I will improve the library over time (hopefully). Keep in mind this is not the GLOBAL Alipay version. It is the domestic Alipay version for Chinese merchants. However, the APIs are very similar.