wrappers/PaymentNetworkResponse

The PaymentNetworkResponse wrapper module.

Members

inner payment_auth_code :String

The Auth Code returned by the card gateway. This is relevant only for card payments.

inner payment_response_code :String

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.

inner payment_response_msg :String

The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network.