We have a system that sends money to our users through the PayPal MassPay API, and it works fine, but here's the problem: I canβt find a way to get the MassPay transaction status through the PayPal API .
The first thing I looked at was using the PayPal API "GetTransactionDetails", but this requires a transaction ID that is not returned by the original PayPal MassPay API call. When MassPay is issued, here is PayPal's answer: https://gist.github.com/3860194
As you can see in the answer, PayPal gives me the correlation identifier, but not the transaction identifier. My next thought was to use the TransactionSearch API call, but that also does not accept the correlation identifier. I even tried to do an extensive TransactionSearch based on the TransactionClass ("MassPay") and StartDate parameter, but the responses do not contain any information (email id or correlation) that allows me to know exactly what the search result was my initial request.
Has anyone worked with the PayPal API to search / retrieve a transaction identifier through a correlation identifier?
dandemeyere
source share