Google Pay Authorizations {#googpay-pay-auth-intro}
===================================================

This section shows you how to make a successful authorization request.  
After you send the request, check the response messages to make sure that the request was successful. A 200-level HTTP response code indicates success.  
For information about response codes, see [Transaction Response Codes](https://developer.cybersource.com/api/reference/response-codes.md ""). .

Follow-on Transactions
----------------------

After the initial transaction is complete, additional follow-on transactions can be made as Merchant-Initiated Transactions (MITs).  
For more information about how to process MITs, see the [Introduction to Credentialed Transactions](https://developer.cybersource.com/docs/cybs/en-us/credentials/developer/ctv/rest/credentials/credentials-intro.md "") section in the *Credentialed Transactions Developer Guide*.

Endpoint {#googpay-pay-auth-intro_d10e16}
-----------------------------------------

**Production:** `POST ``https://api.cybersource.com``/pts/v2/payments`{#googpay-pay-auth-intro_d10e25}  
**Test:** `POST ``https://apitest.cybersource.com``/pts/v2/payments`{#googpay-pay-auth-intro_d10e35}

Required Fields for a Google Pay Authorization {#googpay-pay-auth-req-fields}
=============================================================================

Include these required fields to request a successful authorization.

orderInformation.amountDetails.currency
:

orderInformation.amountDetails.totalAmount
:

orderInformation.billTo.address1
:

orderInformation.billTo.administrativeArea
:

orderInformation.billTo.country
:

orderInformation.billTo.email
:

orderInformation.billTo.firstName
:

orderInformation.billTo.lastName
:

orderInformation.billTo.locality
:

orderInformation.billTo.postalCode
:

paymentInformation.fluidData.value
:
Set to the string value generated from the full wallet response.

processingInformation.paymentSolution
:
Set to `012`.
{#googpay-pay-auth-req-fields_dl_ujf_qjh_1xb}

Related Information
-------------------

* [API Field Reference for the REST API](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/rest/api-fields/acq-info.md "")

