- Combining the Authentication and the Authorization Services
- Implementing SDK Payer Authentication
- Payer Authentication Use Cases
- Authentication with TMS Tokens
- Authentication with Flex Micro Form Tokens
- Authentication with Tokenized Cards
- Testing Payer Authentication
On This Page
REST API
AuthInfo Element
The
AuthInfo
element contains address and card verification information.<AuthInfo> (AVSResult) (CVVResult) </AuthInfo>
Element Name | Description | Type & Length |
---|---|---|
AVSResult | Optional results of the address verification test. | String (1) |
CVVResult | Optional results of the card verification number test. | String (1) |
AuthInfo Element
<AuthInfo> <AVSResult>Y</AVSResult> <CVVResult/>git </AuthInfo>