Class PaymentNetworkResponse


  • public class PaymentNetworkResponse
    extends java.lang.Object
    • Constructor Detail

      • PaymentNetworkResponse

        public PaymentNetworkResponse()
    • Method Detail

      • getPaymentAuthCode

        public java.lang.String getPaymentAuthCode()
        The Auth Code returned by the card gateway. This is relevant only for card payments.
        Returns:
        paymentAuthCode
      • getPaymentResponseCode

        public java.lang.String getPaymentResponseCode()
        This is the ACH return code in the case of a returned payment over the NACHA ACH network. In the case of declined card payment, it's the decline code received from the card issuer or the card processor. In the case of a card chargeback, it's the chargeback code received from the card network.
        Returns:
        paymentResponseCode
      • getPaymentResponseMsg

        public java.lang.String getPaymentResponseMsg()
        The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network.
        Returns:
        paymentResponseMsg