Home  >  Article  >  Backend Development  >  Alipay mobile website payment interface FOR ECShop_PHP tutorial

Alipay mobile website payment interface FOR ECShop_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:29:33793browse

The payment interface of the Alipay WAP website version is rarely integrated online. I saw many websites selling it and I was speechless.

The main thing is to check the development documents in the SDK officially provided by Alipay.

Alipay sdk download address: http://club.alipay.com/read-htm-tid-9976972.html

1. To use the Alipay mobile website payment interface, in addition to configuring a basic account, you must also configure the openssl key file. Regarding the generation of keys, you must read the documentation and will not go into details here. The interface address for online key upload demonstrated in the document is: https://mobiless.alipay.com/home/index.htm. The key must exist and the address must be correct, otherwise Alipay cannot return a valid interface

2. Provided as an independent payment interface, allowing users to customize according to their own needs;

3. The code provided in the attachment is a simple integration and only serves a demonstration purpose without considering the reusability of the code

ecshop Alipay mobile website payment interface download address: http://files.cnblogs.com/x3d/ecshop_payment_alipay_wap.zip

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/771655.htmlTechArticleThe payment interface of the Alipay WAP website version is rarely integrated online. I saw many websites selling it and I was speechless. The main thing is to check the development documents in the SDK officially provided by Alipay. ...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn