androidpayResponse

The androidpayResponse element is an optional child of several transaction types and is returned in response messages, when the orderSource in the request is androidpay.

Parent Elements:

authorizationResponse, registerTokenResponse, saleResponse

Attributes:

None

Child Elements (all optional):

cryptogram, expMonth, expYear, eciIndicator

Example:  androidpayResponse Structure

<androidpayResponse>

  <cryptogram>Payment Cryptogram</cryptogram>

  <expMonth>Expiration Month</expMonth>

  <expYear>Expiration Year</expYear>

  <eciIndicator>eCommerece Indicator</eciIndicator>

</androidpayResponse>