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

PayError Event

Information about errors during data delivery.

Syntax

public void firePayError(AdaptivepayPayErrorEvent event);

public class AdaptivepayPayErrorEvent {
  public String errorCode;
  public String message;
  public String severity;
  public String recipientEmail;
  public String invoiceId;
  public boolean 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 component's internal error codes.

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