PayPal transaction types for which no details can be retrieved via API

 ̄綄美尐妖づ 提交于 2020-04-16 07:16:29

问题


Does anybody know the PayPal transactions types (from API point of view) for which PayPal does not provide details when using GetTransactionDetails API?

The official documentation is very frugal regarding this topic:

" You cannot obtain details of bank transfer withdrawals, for example."

Thank you.


回答1:


I would assume anything that doesn't pertain to the API itself can't be retrieved via API. You can't start a bank transfer via the API so it would make sense that you can't get the details either.




回答2:


The API transaction codes can be in the classic API developer documentation.




回答3:


I needed the details for a bunch (600+) of transactions and I found the following types:

1. Fee Reversal
2. Payment
3. Refund
4. Temporary Hold 
5. Transfer

By just testing it appears that you cannot get transaction details for the types Fee Reversal and Transfer.

According to https://developer.paypal.com/docs/classic/api/merchant/TransactionSearch_API_Operation_NVP/#transactionsearch-response-fields there are some more transaction types, so you might find some other transaction type descriptions.



来源:https://stackoverflow.com/questions/19476437/paypal-transaction-types-for-which-no-details-can-be-retrieved-via-api

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