标签: paypal
我有PayPal交易ID,但不知道与之关联的付款ID。付款不一定由REST API创建。我想使用交易ID查询付款。
REST API文档建议按交易ID查找销售额为only possible if they were created using the REST API和don't list any way to retrieve a payment except by its ID。
我是否可以使用API来确定交易所属的付款?
答案 0 :(得分:0)
听起来你只需要使用经典的API,特别是GetTransactionDetails。