How to get PayPal TransactionID via eBay API

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-10 15:55:48

问题


I need to get PayPal TransactionID of the paid order on eBay via API.

I use ExternalTransaction like described here: https://ebay.custhelp.com/app/answers/detail/a_id/1550/~/linking-ebay-and-paypal-transactions

    ExternalTransactionType[] externalTransactionTypeArr = transactionType.ExternalTransaction;

but eBay API always returns null as transactionType.ExternalTransaction

Any suggestions?

Thanks!


回答1:


You need to set the Attribute "DetailLevel" to the value "RETURN_ALL".



来源:https://stackoverflow.com/questions/15158506/how-to-get-paypal-transactionid-via-ebay-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!