Visa Card Example: Authorize a Google Pay Digital Wallet Payment without 3-D Secure {#googpay-auth-dw-no-3ds-visa}
==================================================================================================================

Request

```
{
  "clientReferenceInformation": {
    "code": "VISA-NO3DS-GOOGLEPAY-002"
  }, 
  "orderInformation": {
    "amountDetails": {
      "totalAmount": "89.99",
      "currency": "USD"
    },
    "billTo": {
      "firstName": "Maria",
      "lastName": "Garcia",
      "address1": "123 Main Street",
      "locality": "San Francisco",
      "administrativeArea": "CA",
      "postalCode": "94105",
      "country": "US",
      "email": "maria.garcia@example.com",
      "phoneNumber": "415-555-0123"
    }
  },
  "paymentInformation": {
    "tokenizedCard": {
      "cryptogram": "BgAAAAAABk4DWZ4C28yUQAAAAAA=",
      "transactionType": "1",
      "expirationMonth": "11",
      "expirationYear": "2026",
      "type": "001"
    }
  },
  "processingInformation": {
    "paymentSolution": "012",
    "commerceIndicator": "internet"
  },
  "merchantInformation": {
    "merchantId": "demo_merchant_12345"
  }
}
```

