--- title: "AVS responses for point of sale" description: "Address verification system (AVS) responses for Mail Order/Telephone Order payments." url: "https://docs.adyen.com/point-of-sale/mail-and-telephone-order-moto/avs-responses-pos" source_url: "https://docs.adyen.com/point-of-sale/mail-and-telephone-order-moto/avs-responses-pos.md" canonical: "https://docs.adyen.com/point-of-sale/mail-and-telephone-order-moto/avs-responses-pos" last_modified: "2022-12-26T11:44:00+01:00" language: "en" --- # AVS responses for point of sale Address verification system (AVS) responses for Mail Order/Telephone Order payments. [View source](/point-of-sale/mail-and-telephone-order-moto/avs-responses-pos.md) For risk management purposes, you can add an Address Verification System (AVS) check to [Mail Order/Telephone Order (MOTO)](/point-of-sale/mail-and-telephone-order-moto) payments. The payment terminal then prompts you to enter the shopper's postal code (zip code) and house number. The card issuer validates the data you entered and returns a response that can help you decide whether to go ahead with the transaction or cancel the authorization. We map the AVS responses we receive from card issuers to the following AVS results that can appear in your payment response, in the `avsResult` element of the `AdditionalResponse`. When we do not receive a response from the issuing bank, the AVS result is "Unknown". ## Requirements Before you begin, take into account the following requirements and limitations. | Requirement | Description | | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Integration type** | A [Terminal API](/point-of-sale/basic-tapi-integration/) integration with payment terminals or a [standalone solution](/point-of-sale/standalone). | | **Limitations** | Take into account the following limitations:- [Address verification service](#avs) is supported by American Express, Discover, Mastercard, and Visa. In the US, UK, and Canada, all other issuers also support it. - [Address verification service](#avs) checks are not supported on Android payment terminals and legacy payment terminals. | ## AVS responses | AVS code | AVS result | | -------- | ---------------------------------------------- | | 0 | Unknown | | 1 | Address matches, postal code doesn't | | 2 | Neither postal code nor address match | | 3 | AVS unavailable | | 4 | AVS not supported for this card type | | 5 | No AVS data provided | | 6 | Postal code matches | | 7 | Both postal code and address match | | 8 | Address not checked, postal code unknown | | 9 | Address matches, postal code unknown | | 10 | Address doesn't match, postal code unknown | | 11 | Postal code not checked, address unknown | | 12 | Address matches, postal code not checked | | 13 | Address doesn't match, postal code not checked | | 14 | Postal code matches | | 15 | Postal code matches | | 16 | Postal code doesn't match, address unknown | | 17 | Postal code doesn't match, address not checked | | 18 | Neither postal code nor address were checked | | 23 | Postal code matches | | 24 | Both postal code and address match | | 25 | Address matches | | 26 | Neither postal code, address nor name match | ## See also * [Mail Order/Telephone Order](/point-of-sale/mail-and-telephone-order-moto) * [Address Verification System (AVS)](/risk-management/avs-checks)