Hi,
My task is to get list of transactions which were rejected within specified date range (usually last 2-3 days). And the reason (esprcially R01 Insufficient funds) is very importamnt for me.
The only I can see from the docs is to use either getTransactionListForCustomerRequest or getTransactionListResponse, and then send requests one-by one to get getTransactionDetailsResponse and find the raeson there.
I don't think this way is fast and convenient. Are there any other possibilities to get list of rejected transactions?
Thanks
09-12-2019 02:57 AM