简体   繁体   English

贝宝付款状态,如何再次获取该付款状态

[英]Paypal payment status, how to get status of that payment again

What if i get status pending for a payment at my ipn listener address ie example.com/ipn.aspx and how i can automate it so when Paypal reviews the payment and cancel/complete it so that i can process the order accordingly. 如果我在我的ipn侦听器地址即example.com/ipn.aspx上有待处理的付款状态,该怎么办?当Paypal审核付款并取消/完成付款后,我如何使其自动化,以便我可以相应地处理订单。

Do Paypal sends transaction details at ipn again after reviewing? 审查后,Paypal是否再次在ipn发送交易详细信息? And is there is a way to test these things in sandbox? 有没有办法在沙箱中测试这些东西?

Sorry too many questions but i'm trying for 2 days now, i have used GetTransactionDetails in sandbox, it was working correctly but when i go live its giving permission denied error. 抱歉,有太多问题,但是我现在尝试了2天,我在沙箱中使用了GetTransactionDetails,它可以正常工作,但是当我上线时,它的授予权限被拒绝错误。

This error usually occurs when the API caller of GetTransactionDetails is not the one who has initiated the original transaction. GetTransactionDetails的API调用者不是发起原始事务的API调用者时,通常会发生此错误。 The owner of the original transaction id has to give permission to the API caller who is making the GetTransactionDetails API call.The owner of the transaction id could set permissions here 原始交易ID的所有者必须向进行GetTransactionDetails API调用的API调用者授予权限。交易ID的所有者可以在此处设置权限

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

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