简体   繁体   English

Paypal信用卡交易无法在沙盒模式下运作

[英]Paypal credit card transaction not working in sandbox mode

I am using paypal ios sdk for payment. 我正在使用Paypal ios SDK进行付款。 I tried to pay with credit card in sandbox mode. 我试图在沙盒模式下用信用卡付款。 I am getting State=pending .It accepts my creditcard details but When I click on charge credit card It procees for that and then I got response from paypal : 我正在State = pending。它接受我的信用卡详细信息,但是当我单击收费信用卡时,它会继续进行操作,然后我收到来自paypal的响应:

{
client =     {
    environment = sandbox;
    "paypal_sdk_version" = "1.3.3";
    platform = iOS;
    "product_name" = "PayPal iOS SDK";
};
payment =     {
    amount = "122.00";
    "currency_code" = USD;
    "short_description" = "Paying to MYAPP";
};
"proof_of_payment" =     {
    "rest_api" =         {
        "payment_id" = "PAY-6SB360568W1073911KLY6KAI";
        state = pending;
    };
};
}

It was working fine in NoNetwork/mockmode. 在NoNetwork / mockmode下运行正常。 Paypal login is also working in sandbox mode. Paypal登录也在沙盒模式下工作。 Does I am missing some thing with credit card? 我用信用卡丢失了一些东西吗?

You most likely have Payment Review enabled for the receiving account. 您很可能已为收款帐户启用了“付款审核”。 To disable this, click the profile link under the account in your sandbox account list and turn off payment review on the settings tab. 要禁用此功能,请在您的沙箱帐户列表中的帐户下单击配置文件链接,然后在“设置”标签上关闭付款审核。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM