贝宝付款执行保护资格UNAUTHORIZED_PAYMENT_ELIGIBLE

时间:2019-02-06 07:37:51

标签: node.js paypal

根据本教程click here

我目前正在尝试在我的应用程序上为Paypal创建api请求,因此我能够在付款控制台上获得响应。但是当我检查我的帐户时,付款没有通过,当我检查我的答复时,我发现了这一点。

"payment_mode":"INSTANT_TRANSFER",
"protection_eligibility":"ELIGIBLE",
"protection_eligibility_type":"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE"

与本教程

有点不同
"payment_mode":"INSTANT_TRANSFER",
"protection_eligibility":"INELIGIBLE",

这是我付款后的完整答复

{"id":"PAYID-LRNIGFA217415623UJ3635011","intent":"sale","state":"approved","cart":"5Y970287GN804610K","payer":{"payment_method":"paypal","status":"VERIFIED","payer_info":{"email":"myEmailPerson@gmail.com","first_name":"Test","last_name":"Test","payer_id":"YDN25123AIHA","shipping_address":{"recipient_name":"TEST Test","line1":"1 Main St","city":"San Jose","state":"CA","postal_code":"95131","country_code":"US"},"country_code":"US"}},"transactions":[{"amount":{"total":"50.00","currency":"USD","details":{}},"payee":{"merchant_id":"3529WHTFJH9X8","email":"myMerchant@gmail.com"},"description":"This is the payment description.","item_list":{"items":[{"name":"Hat Hat Hat","sku":"item","price":"50.00","currency":"USD","quantity":1}],"shipping_address":{"recipient_name":"TEST Test","line1":"1 Main St","city":"San Jose","state":"CA","postal_code":"95131","country_code":"US"}},"related_resources":[{"sale":{"id":"0KP91030HKJH1194D","state":"completed","amount":{"total":"50.00","currency":"USD","details":{"subtotal":"50.00"}},"payment_mode":"INSTANT_TRANSFER","protection_eligibility":"ELIGIBLE","protection_eligibility_type":"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE","transaction_fee":{"value":"1.75","currency":"USD"},"parent_payment":"PAYID-LRNIGFA2V765427UJ3635011","create_time":"2019-02-06T06:48:05Z","update_time":"2019-02-06T06:48:05Z","links":[{"href":"https://api.sandbox.paypal.com/v1/payments/sale/0KP91030TA833354D","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v1/payments/sale/0KP91030TA833354D/refund","rel":"refund","method":"POST"},{"href":"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-LRNIGFA217415623UJ3635011","rel":"parent_payment","method":"GET"}]}}]}],"create_time":"2019-02-06T07:16:11Z","links":[{"href":"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-LRNIGFA2V765427UJ3635011","rel":"self","method":"GET"}],"httpStatusCode":200}

0 个答案:

没有答案