Payment_PayPal_SOAP |
![]() |
[ class tree: Payment_PayPal_SOAP ] [ index: Payment_PayPal_SOAP ] [ all elements ] |
![]() |
Packages: Payment_PayPal_SOAP Classes:
Payment_PayPal_SOAP
Files:Payment_PayPal_SOAP_ErrorException Payment_PayPal_SOAP_Exception Payment_PayPal_SOAP_ExpiredTokenException Payment_PayPal_SOAP_FaultException Payment_PayPal_SOAP_InvalidModeException Payment_PayPal_SOAP_InvalidRequestNameException Payment_PayPal_SOAP_MissingPropertyException |
[ Top ] Method Detail__construct (Constructor) [line 265]
Creates a new PayPal SOAP client Either signature-based or certificate-based authentication options are required. The username, password and optional signature fields may be retrieved from your PayPal account in the 'API Credentials' section. Sandbox and live modes require different PayPal accounts so all option values will require changing if you select a different mode. The available options are:
Parameters:
[ Top ]
call [line 370]
Makes a PayPal SOAP request If a structured array is used as the arguments, WSDL types with attributes may be specified as:
Parameters:
[ Top ]
getLastRequest [line 469]
Gets the XML sent in the last SOAP request
[ Top ]
getLastResponse [line 489]
Gets the XML returned in the last SOAP response
[ Top ]
getSoapClient [line 570]
Gets the SOAP client used to make PayPal SOAP calls If the client doesn't exist, it is created and stored in the protected property PaymentPayPal_SOAP::$soapClient.
[ Top ]
getSoapHeaders [line 535]
Gets the SOAP headers required for PayPal authentication If the header doesn't exist, it is created and stored in the protected property PaymentPayPal_SOAP::$soapHeader. This header is passed to all PayPal SOAP calls.
[ Top ]
setCertificateFile [line 655]
Sets the local certificate file used for certificate-based authentication This file is downloaded from your API credentials page when logged into your PayPal account.
Parameters:
[ Top ]
setMode [line 681]
Sets the mode to use for API calls
Parameters:
[ Top ]
setPassword [line 613]
Sets the API password used for authentication
Parameters:
[ Top ]
setSignature [line 632]
Sets the API signature used for signature-based authentication
Parameters:
[ Top ]
setSoapClient [line 512]
Sets a SOAP client to use for SOAP requests This is useful for testing.
Parameters:
[ Top ]
setUsername [line 595]
Sets the API username used for authentication
Parameters:
[ Top ]
Documentation generated on Mon, 11 Mar 2019 15:29:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |