PayPal class

The following sections explain each method of the class.

request


public array request ( string $method, array $params = array())

Sends a command to the PayPal API. This in turn provides a response back that issues the method.

Parameter list
method

The API method to the request. For a list of which are available on the PayPal REST API page.

params

Parameters in an associative array is to be sent to the REST API of PayPal.