zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

iOS配置支付宝

ios配置 支付宝
2023-09-11 14:14:25 时间

支付宝申请页面

https://b.alipay.com/newIndex.htm

 

如何生成RSA密钥

https://cshall.alipay.com/enterprise/help_detail.htm?help_id=474010

 

如何上传公钥

https://cshall.alipay.com/enterprise/help_detail.htm?help_id=473890

 

如何查询合作身份者ID(partner)和交易安全校验码(key)

https://cshall.alipay.com/enterprise/help_detail.htm?help_id=473888

 

(1)获取partner(PID),seller,privateKey(PKCS8),publicKey并在代码中进行配置。

(2)在info.plist中配置Url Scheme。

 

即可调用支付宝支付。