|
Several years ago, forum bigwig Bendy wrote the first Whmcs Alipay interface plugin based on the official SDK. Recently, I looked at the code and deleted it in a few clicks. Then I restructured the code and wrote a very concise version of it. The international Alipay has an API for refund, but the domestic one does not, so this was never written. The official is always saying that they will stop using MD5 signatures and switch to RSA and SHA-1 encryption methods, but now SHA-1 is being banned. Also, I wrote a version with DSA and RSA support, but only PHP5 and old versions of OpenSSL can use it (I didn't actually test it). The body parameters should be left alone and the related redirection back-end data should be returned. Additionally, there's a new version of the international Alipay WHMCS module interface here: https://www.example.com/api/v2/alipay-international-module-api/ |
|