Processing transactions - PayPal

I would like to know if anybody had ever be able to read processed transactions into SC App ?
This is not about how to pay from SC but how to record payment made to PayPal account. Any tips appreciated.

I haven’t tried this from ScriptCase, which wouldn’t make sense anyway, but there exist examples of processing PayPal transaction information in PHP, so check on StackOverflow for that.

If you want to process payment notifications from PayPal as they come in, just auto-forward the email notification to your server and use a Python script to read and record the transactions in your ledger database automatically, potentially granting ScriptCase app privileges in the process. It’s fairly easy to do that on Linux, but will be a lot harder, completely unreliable, and difficult to secure on Windows - I wouldn’t try it on Windows.

I do this with web store subscriptions. The turnaround, from a paying subscriber perspective, is less than 40 seconds. But it’s not PayPal.