【发布时间】:2018-03-20 13:05:00
【问题描述】:
我已经开发了带有沙盒凭证的方形支付 SDK 的演示应用程序来进行支付。
每次我遇到失败的错误,它都会说
Error Domain=SCCAPIErrorDomain Code=6 "User not activated. Please visit https://squareup.com/activate. The logged-in account cannot take credit card payments. This could be because the account is from a country where Square does not process payments, because the account did not complete the initial activation flow, or because it has been deactivated for security reasons." UserInfo={error_code=user_not_active, NSLocalizedDescription=User not activated. Please visit https://squareup.com/activate. The logged-in account cannot take credit card payments. This could be because the account is from a country where Square does not process payments, because the account did not complete the initial activation flow, or because it has been deactivated for security reasons.}
因为我来自印度,可能会限制我进行测试。它正在从他们的 POS 应用程序内部获取地理定位,我无法对其进行调查。
有什么方法可以测试付款流程吗?这样我就可以将其集成到我的实时应用程序中。
【问题讨论】:
标签: ios square square-connect