Paypal 事情不会发生';目前似乎没有工作。请稍后再试

Paypal 事情不会发生';目前似乎没有工作。请稍后再试,paypal,xamarin.forms,paypal-sandbox,express-checkout,Paypal,Xamarin.forms,Paypal Sandbox,Express Checkout,我已经在我的移动应用程序中实现了paypal集成。我正在使用RESTAPI。它在一个月前工作正常,但突然停止工作,并显示以下错误消息: 目前情况似乎不正常。请稍后再试。 当我尝试使用我的沙盒凭据登录时,出现此错误 这是我的JSON: { "intent":"sale", "redirect_urls":{ "return_url":"https://www.google.com/", "cancel_url":"https://www.google.com/" }, "payer":{ "pay

我已经在我的移动应用程序中实现了paypal集成。我正在使用RESTAPI。它在一个月前工作正常,但突然停止工作,并显示以下错误消息: 目前情况似乎不正常。请稍后再试。 当我尝试使用我的沙盒凭据登录时,出现此错误

这是我的JSON:

{
"intent":"sale",
"redirect_urls":{
"return_url":"https://www.google.com/",
"cancel_url":"https://www.google.com/"
},
"payer":{
"payment_method":"paypal",
"payer_info":null
},
"transactions":[
{
"amount":{
"total":"45.9",
"currency":"AUD",
"details":{
"subtotal":"45.9",
"tax":"0",
"shipping":"0"
}
},
"item_list":{
"items":[
{
"quantity":"1",
"name":"Stainless Braided Hose Black",
"price":"45.9",
"currency":"AUD",
"description":"Description not available",
"tax":"0"
}
],
"shipping_address":{
"recipient_name":"Harry p",
"line1":"104, pavan",
"line2":"Shahibaug",
"city":"Ahm",
"country_code":"AU",
"postal_code":"124536",
"phone":"252253656",
"state":"Guj"
}
},
"description":null
}
]
}

请告诉我我做错了什么,是的,如果你不知道答案,请不要否决投票,也许问题是邮寄地址<代码>国家/地区代码上写的是AU,但
邮政编码
是6位数字。。。4位数不是AU中的最大值吗?@DennisSchröer谢谢你的回答,但我尝试了4位数,仍然是相同的错误。请告诉我我做错了什么,是的,如果你不知道答案,请不要否决投票。也许问题是送货地址<代码>国家/地区代码上写的是AU,但
邮政编码
是6位数字。。。4位数字不是AU中的最大值吗?@DennisSchröer谢谢你的回答,但我尝试了4位数字,仍然是相同的错误。