Effective date:
April 15, 2023Processor:
Regions:
AllService:
Authorization responseFeature
Visa will support the processor’s ability to independently match an account name on the
customer’s first, middle, and last names and return separate match results for each
name. The feature also supports a full name match result based on the combination of a
customer’s first, middle, and last names.
Each match operation results in one of three outcomes: Match, Partial Match, or No Match.
Each match results is returned in raw and mapped forms.
Merchants
Merchants must be prepared to receive additional fields in an authorization response message.
New Fields
This mandate adds eight new API fields.
First Name Match Results (Mapped Value)
Mapped value of the raw response code from the processor for matching on the customer's
first name.
Possible values:
- N: No match.
- O: Partial match.
- Y: Match.
Field names:
- REST API:processorInformation.electronicVerificationResults.firstName
- SCMP API:auth_ev_firstname
- Simple Order API:ccAuthReply_evFirstName
First Name Match Results (Raw Value)
Raw response code from the processor for matching on the customer's first name.
Possible values:
- 01: Match.
- 50: Partial match.
- 99: No match.
Field names:
- REST API:processorInformation.electronicVerificationResults.firstNameRaw
- SCMP API:auth_ev_firstname_raw
- Simple Order API:ccAuthReply_evFirstNameRaw
Last Name Match Results (Mapped Value)
Mapped value of the raw response code from the processor for matching on the customer's
last name.
Possible values:
- N: No match.
- O: Partial match.
- Y: Match.
Field names:
- REST API:processorInformation.electronicVerificationResults.lastName
- SCMP API:auth_ev_lastname
- Simple Order API:ccAuthReply_evLastName
Last Name Match Results (Raw Value)
Raw response code from the processor for matching on the customer's last name.
Possible values:
- 01: Match.
- 50: Partial match.
- 99: No match.
Field names:
- REST API:processorInformation.electronicVerificationResults.lastNameRaw
- SCMP API:auth_ev_lastname_raw
- Simple Order API:ccAuthReply_evLastNameRaw
Middle Name Match Results (Mapped Value)
Mapped value of the raw response code from the processor for matching on the customer's
middle name.
Possible values:
- N: No match.
- O: Partial match.
- Y: Match.
Field names:
- REST API:processorInformation.electronicVerificationResults.middleName
- SCMP API:auth_ev_middlename
- Simple Order API:ccAuthReply_evMiddleName
Middle Name Match Results (Raw Value)
Raw response code from the processor for matching on the customer's middle name.
Possible values:
- 01: Match.
- 50: Partial match.
- 99: No match.
Field names:
- REST API:processorInformation.electronicVerificationResults.middleNameRaw
- SCMP API:auth_ev_middlename_raw
- Simple Order API:ccAuthReply_evMiddleNameRaw
Full Name Match Results (Mapped Value)
Mapped value of the raw response code from the processor for matching on the customer's
full name.
Possible values:
- N: No match.
- O: Partial match.
- Y: Match.
Field names:
- REST API:processorInformation.electronicVerificationResults.name
- SCMP API:auth_ev_name
- Simple Order API:ccAuthReply_evName
Full Name Match Results (Raw Value)
Raw response code from the processor for matching on the customer's full name.
Possible values:
- 01: Match.
- 50: Partial match.
- 99: No match.
Field names:
- REST API:processorInformation.electronicVerificationResults.nameRaw
- SCMP API:auth_ev_name_raw
- Simple Order API:ccAuthReply_evNameRaw