On This Page

{#jumplink-list}  
[Markdown](/docs/vas/en-us/payer-authentication/developer/all/rest/payer-auth/pa-reports-intro/pa-reports-auth-details-report/pa-reports-auth-details-report-elements-authinfo.md)  
Filter  
FILTER BY TAG

AuthInfo Element {#reference_rfx_4wg_cqb}
=========================================

The `AuthInfo` element contains address and card verification information.

```
&lt;AuthInfo&gt;
  (AVSResult)
  (CVVResult)
&lt;/AuthInfo&gt;
```

| Element Name | Description                                   | Type \& Length |
|:-------------|:----------------------------------------------|:---------------|
| `AVSResult`  | Results of the address verification test.     | String (1)     |
| `CVVResult`  | Results of the card verification number test. | String (1)     |
[Child Elements of AuthInfo]

AuthInfo Element

```
&lt;AuthInfo&gt;
  &lt;AVSResult&gt;Y&lt;/AVSResult&gt;
  &lt;CVVResult/&gt;git 
&lt;/AuthInfo&gt;
```

RELATED TO THIS PAGE

