Class ProcessorResponse
Class ProcessorResponse
Collection of payment response related fields returned from a payment request
- PayPal\Common\PayPalModel
-
PayPal\Api\ProcessorResponse
Methods summary
public
|
#
setResponseCode( string $response_code )
Paypal normalized response code, generated from the processor's specific response code |
public
string
|
#
getResponseCode( )
Paypal normalized response code, generated from the processor's specific response code |
public
|
#
setAvsCode( string $avs_code )
Address Verification System response code. https://developer.paypal.com/webapps/developer/docs/classic/api/AVSResponseCodes/ |
public
string
|
#
getAvsCode( )
Address Verification System response code. https://developer.paypal.com/webapps/developer/docs/classic/api/AVSResponseCodes/ |
public
|
#
setCvvCode( string $cvv_code )
CVV System response code. https://developer.paypal.com/webapps/developer/docs/classic/api/AVSResponseCodes/ |
public
string
|
#
getCvvCode( )
CVV System response code. https://developer.paypal.com/webapps/developer/docs/classic/api/AVSResponseCodes/ |
public
|
#
setAdviceCode( string $advice_code )
Provides merchant advice on how to handle declines related to recurring payments Valid Values: ["01_NEW_ACCOUNT_INFORMATION", "02_TRY_AGAIN_LATER", "02_STOP_SPECIFIC_PAYMENT", "03_DO_NOT_TRY_AGAIN", "03_REVOKE_AUTHORIZATION_FOR_FUTURE_PAYMENT", "21_DO_NOT_TRY_AGAIN_CARD_HOLDER_CANCELLED_RECURRRING_CHARGE", "21_CANCEL_ALL_RECURRING_PAYMENTS"] |
public
string
|
|
public
|
#
setEciSubmitted( string $eci_submitted )
Response back from the authorization. Provided by the processor |
public
string
|
|
public
|
|
public
string
|
Methods inherited from PayPal\Common\PayPalModel
__construct(),
__get(),
__isset(),
__set(),
__toString(),
__unset(),
fromArray(),
fromJson(),
getList(),
setCredential(),
toArray(),
toJSON()