Hello, I've been using the PayPal API endpoint (https://api-m.sandbox.paypal.com/v1/reporting/transactions) to fetch transaction details between specific dates and with a given transaction ID. Strangely, I can retrieve the details successfully when hitting the endpoint manually, but when I try to sync and automate this process, the details are not being fetched. I've noticed that I receive the transaction details through IPN on my site. Ideally, I would like to fetch the transaction details automatically whenever an IPN occurs and hits my site URL. Could you please provide guidance or support on how to achieve this synchronization? I want to ensure that the transaction details are consistently retrieved whether through the API or via IPN. Thank you for your assistance.
... View more