PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

PayError Event

Information about errors during data delivery.

Syntax

adaptivepay.on('PayError', [callback])

Callback

The 'callback' is called when the 'PayError' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.errorCode
e.message
e.severity
e.recipientEmail
e.invoiceId
e.primary

Remarks

The PayError event is fired when the response from PayPal contains one or more error messages about failed payments. This is different from the Warning event, which reports system and formatting errors. Please note that the ErrorCode will be the exact code returned from PayPal, and does not map to any of the class's internal error codes.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0