Defines the AVS Match type.
Data Members |
Data Type |
Description |
FullMatch |
string |
The billing address from the customer matches the one on file with the bank. |
IssuerError |
string |
The payment processor or card issuer has returned an error. For credit-card-based transactions, you may retrieve the payment processor’s response code from the creditCardStatus attribute. |
NoMatch |
string |
The billing address from the customer does not match the one on file with the bank. |
NoOpinion |
string |
CashBox cannot classify a new AVS return code from the payment processor, and will update its database to classify this code for future transactions. For credit-card-based transactions, you may retrieve the payment processor’s response code from the creditCardStatus attribute. |
NotSupported |
string |
The AVS match type requested is not supported. |
PartialMatch |
string |
The billing address from the customer partially matches the one on file with the bank. For credit-card-based transactions, you may retrieve the payment processor’s actual response code from the creditCardStatus attribute. |