Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS : Where to start for AliPay integration? [closed]

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?

like image 254
Hemang Avatar asked Aug 12 '13 09:08

Hemang


1 Answers

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...

like image 116
LeverkusenFan Avatar answered Sep 24 '22 03:09

LeverkusenFan