如何通过信用卡或PayPal支付paypal移动sdk付款?

时间:2014-10-16 06:26:07

标签: ios iphone paypal paypal-sandbox

我使用的是Paypal mobile sdk 2.5.0版。

我收到了以下回复

environment = sandbox;
"paypal_sdk_version" = "2.5.0";
 platform = iOS;
 "product_name" = "PayPal iOS SDK";
 "create_time" = "2014-10-16T05:44:31Z";
 id = @"PAY-dsfdsfdsdsfdssdfdsfdsfdsf"
 intent = sale;
 state = approved;*

但我没有得到任何此类信息,我可以确定是否已通过信用卡或付款方式付款。我怎么才能知道这个?

请帮助任何人。

1 个答案:

答案 0 :(得分:0)

查看this PayPal Mobile SDK documentation page,看起来当付款创建时,您将从服务器返回更多信息以供使用。

在服务器JSON响应中包含此位:

{
    "id": "PAY-0Y160923TT962563MKPXGBRY",
    "create_time": "2014-08-15T19:34:31Z",
    "update_time": "2014-08-15T19:34:32Z",
    "state": "created",
    "intent": "sale",
    "payer": {
        "payment_method": "paypal",
        "payer_info": {
            "tax_id_type": "BR_CPF",
            "tax_id": "Fh618775690"
        }
    },