10

I've a requirement to integrate AliPay payment gateway into my app, I've dived into google sea but unfortunately there's no fish for my need.

From somewhere, I found this link, https://globalprod.alipay.com/order/integrationGuide.htm, but there's no integration steps for the iOS app.

Does anyone implemented this before? Any documentation out there? Anything?

Asaph
  • 159,146
  • 25
  • 197
  • 199
Hemang
  • 26,840
  • 19
  • 119
  • 186
  • 9
    Greetings SO! I kindly request that this question should not be closed because this is completely a new question and will be really helpful if it'll answer well. `AliPay` is a payment gateway like `PayPal`, however there's still very less developer SDK documentation to integrate within the app. I believe that it'll be helpful to the wide range of developers who will/want to integrate `AliPay` into their application. Thanks! :) – Hemang Aug 13 '13 at 06:43
  • 1
    Try this: http://download.alipay.com/public/api/base/WS_SECURE_PAY.zip – nickcheng Sep 01 '13 at 14:52
  • The latest sdks & demo here http://aopsdkdownload.cn-hangzhou.alipay-pub.aliyun-inc.com/demo/WS_MOBILE_PAY_SDK_BASE.zip?spm=0.0.0.0.HrX3a2&file=WS_MOBILE_PAY_SDK_BASE.zip – Forrest Feb 17 '16 at 09:14
  • the official sdks download is from https://doc.open.alipay.com/doc2/detail?treeId=59&articleId=103563&docType=1 – Forrest Mar 24 '16 at 09:22
  • 1
    Full Integration of Airplay : https://github.com/AlokPandey-IOS/AliPay-Integration--iOS – Alok Jul 05 '16 at 08:58

1 Answers1

5

Generally, there are two ways to do alipay.
1. Integrate the alipay SDK and use alipay App to do the job.
SDK download from: https://openhome.alipay.com/doc/docIndex.htm#goto=https://openhome.alipay.com/doc/viewKbDoc.htm?key=236698_261849&type=info
2. Develop a wap web to pay on web, this is not our job...

LeverkusenFan
  • 293
  • 4
  • 8
  • 1
    Hey! Thanks mate! This link is useful. Here's the direct link for iOS SDK, https://i.alipayobjects.com/e/201310/ALPPassDemo.zip – Hemang Nov 27 '13 at 09:29