我正在进行iOS Paypal支付网关集成,当我添加我的真实帐户API凭据时,我收到错误消息,如 “Invalid merchant “
。但它适用于Sandbox API Credential。任何人都可以帮我解决这个错误。
供您参考,请参阅附件截图。
我的模拟器截图:
我的Xcode调试区中的错误消息:
{
"error_description" = "Client Authentication failed";
}
)
2016-02-01 14:39:36.881 isaaf[3620:1815188] PayPal SDK: Request has failed with error: invalid_client - System error (invalid_client). Please try again later. (401) | PayPal Debug-ID: 49b6d1c71e66a [sandbox, PayPal iOS SDK 2.10.2] | Details: (
{
"error_description" = "Client Authentication failed";
}
我的Paypal帐户屏幕截图: