问题
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