Simple Order Example: Google Pay Authorization {#googpay-pay-auth-request-ex-response-so}
=========================================================================================

Request

```
&lt;requestMessage xmlns="urn:schemas-cybersource-com:transaction-data-1.121"&gt;
     &lt;merchantID&gt;demomerchant&lt;/merchantID&gt;
     &lt;merchantReferenceCode&gt;demorefnum&lt;/merchantReferenceCode&gt; 
     &lt;billTo&gt;
          &lt;firstName&gt;James&lt;/firstName&gt;
          &lt;lastName&gt;Smith&lt;/lastName&gt;
          &lt;street1&gt;1295 Charleston Road&lt;/street1&gt; 
          &lt;city&gt;Test City&lt;/city&gt;
          &lt;state&gt;CA&lt;/state&gt;
          &lt;postalCode&gt;99999&lt;/postalCode&gt;
          &lt;country&gt;US&lt;/country&gt;
          &lt;email&gt;demo@example.com&lt;/email&gt;
     &lt;/billTo&gt;
     &lt;purchaseTotals&gt;
          &lt;currency&gt;USD&lt;/currency&gt;
          &lt;grandTotalAmount&gt;5.00&lt;/grandTotalAmount&gt;
     &lt;/purchaseTotals&gt;
     &lt;encryptedPayment&gt;
          &lt;data&gt;ABCDEFabcdefABCDEFabcdef0987654321234567&lt;/data&gt; 
     &lt;/encryptedPayment&gt;
     &lt;ccAuthService run="true"/&gt;
    &lt;paymentSolution&gt;012&lt;/paymentSolution&gt;
&lt;/requestMessage&gt;
```

Response for a Successful Request

```
&lt;replyMessage&gt;
     &lt;merchantReferenceCode&gt;demorefnum&lt;/merchantReferenceCode&gt;
     &lt;requestID&gt;4465840340765000001541&lt;/requestID&gt;
     &lt;decision&gt;ACCEPT&lt;/decision&gt;
     &lt;reasonCode&gt;100&lt;/reasonCode&gt;
     &lt;requestToken&gt;Ahj/7wSR5C/4Icd2fdAKakGLadfg5535r/ghx3Z90AoBj3u&lt;/requestToken&gt; 
     &lt;purchaseTotals&gt;
          &lt;currency&gt;USD&lt;/currency&gt;
     &lt;/purchaseTotals&gt;
     &lt;ccAuthReply&gt;
          &lt;reasonCode&gt;100&lt;/reasonCode&gt;
          &lt;amount&gt;5.00&lt;/amount&gt;
          &lt;authorizationCode&gt;888888&lt;/authorizationCode&gt;
          &lt;avsCode&gt;X&lt;/avsCode&gt;
          &lt;avsCodeRaw&gt;I1&lt;/avsCodeRaw&gt;
          &lt;authorizedDateTime&gt;2015-11-03T20:53:54Z&lt;/authorizedDateTime&gt; 
          &lt;processorResponse&gt;100&lt;/processorResponse&gt;
          &lt;reconciliationID&gt;11267051CGJSMQDC&lt;/reconciliationID&gt;
     &lt;/ccAuthReply&gt; 
     &lt;token&gt;
          &lt;prefix&gt;294672&lt;/prefix&gt;
          &lt;suffix&gt;4397&lt;/suffix&gt;
          &lt;expirationMonth&gt;08&lt;/expirationMonth&gt;
          &lt;expirationYear&gt;2021&lt;/expirationYear&gt;
     &lt;/token&gt;
&lt;/replyMessage&gt;
```

