I have searched for StackOverflow and PayPal documentation and I am unable to find an answer for my query. I apologize in advance if this has been asked, I am new to programming.
Use case: Using a script, I would like to send money from a card that is linked to my PayPal account to a friend that holds a valid PayPal account. This is done on a frequent basis, at least once a month, so I am looking to create a Python script or similar that will allow me to complete the task without logging into PayPal/confirming any extra steps. I realize the security implications of such a script and will take appropriate measures to secure it.
My search results have led me here: How to send money to any paypal account and here Utilizing "Send Money to Friends and Family" functionality via our app and subsequently here: https://github.com/paypal/PayPal-Python-SDK
However, these results and documentation does not seem to provide insight into how I can program the "Send money to friends/family" feature.
My question is: Is it possible to create a script which functions as mentioned?