This package can be used to manage a Paypal account using the SOAP Paypal Web services API.
It can access the Paypal Web services API server and request the execution of several types of operations using the SOAP protocol. Currently it supports:
- Searching for transactions
- Get the details of a transaction
- Send mass payments
- Refund the payment of a transaction
- Get the balance of an account
This package also comes with an utility script that can be used to execute these types of operations from a command line console. |