<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using GooglePay with CyberSource Gateway in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Using-GooglePay-with-CyberSource-Gateway/m-p/84589#M493</link>
    <description>&lt;P&gt;I'm currently using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;PHP Simple Order Api REST client&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/CyberSource/cybersource-rest-client-php" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/CyberSource/cybersource-rest-client-php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Both developers guides found on&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developer.cybersource.com/api/developer-guides/dita-payments/CreatingOnlineAuth/CreatingAuthReqGooglePay.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cybersource.com/api/developer-guides/dita-payments/CreatingOnlineAuth/CreatingAuthReqGooglePay.html&amp;nbsp;&lt;/A&gt;&lt;A href="https://echat.date" target="_blank" rel="noopener"&gt;/echat&lt;/A&gt;&lt;A href="https://chatrandom.download/omegle/" target="_blank" rel="noopener"&gt;random&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://apps.cybersource.com/library/documentation/dev_guides/Google_Pay_SO_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ch_encryptedData.html#1123566" target="_blank" rel="nofollow noopener noreferrer"&gt;http://apps.cybersource.com/library/documentation/dev_guides/Google_Pay_SO_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ch_encryptedData.html#1123566&amp;nbsp;&lt;/A&gt;&lt;A href="https://e-chats.com/omegle" target="_blank" rel="noopener"&gt;/echat&lt;/A&gt;&lt;A href="https://chatspin.download" target="_blank" rel="noopener"&gt;spin&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Describe the same way to format the data obtained through google pay. They however describe different ways to format the request.&lt;/P&gt;&lt;PRE&gt;1) Set the encryptedPayment_data field to the value of the
encryptedMessage field that was returned in the Full Wallet 
response.

2) Set the paymentSolution field to 012. &lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;2) In the authorization request under the paymentInformation 
object, set the key field under the fluidData object to the 
Base64-encoded value obtained from the Google Pay blob.

3) Under the processingInformation object, set the 
paymentSolution field to 012.&lt;/PRE&gt;&lt;P&gt;I'm using the I tried the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;fluidData&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;way since I couldn't find reference of an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;encryptedPayment&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;field reference in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Simple Order API&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but it's not working.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;{
    "clientReferenceInformation": {
        "code": "testcode"
    },
    "processingInformation": {
        "paymentSolution": "012"
    },
    "paymentInformation": {
        "fluidData": {
            "key":"&amp;lt;Google Pay Blob&amp;gt;"
        }
    },
    "orderInformation": {
        "amountDetails": {
            "totalAmount": "100.00",
            "currency": "USD"
        },
        "billTo": {
            "firstName": "John",
            "lastName": "Doe",
            "company": "ABC Company",
            "address1": "1 Market St",
            "locality": "san francisco",
            "administrativeArea": "CA",
            "postalCode": "94105",
            "country": "US",
            "email": "test@cybs.com",
            "phoneNumber": "4158880000"
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Response&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[body] =&amp;gt; stdClass Object
        (
            [submitTimeUtc] =&amp;gt; 2019-04-10T16:05:39Z
            [status] =&amp;gt; INVALID_REQUEST
            [reason] =&amp;gt; MISSING_FIELD
            [message] =&amp;gt; Declined - The request is missing one or more fields
            [details] =&amp;gt; Array
                (
                    [0] =&amp;gt; stdClass Object
                        (
                            [field] =&amp;gt; recipientInformation.card.number
                            [reason] =&amp;gt; MISSING_FIELD
                        )

                )

        )

    [message] =&amp;gt; [400] Error connecting to the API (https://apitest.cybersource.com/pts/v2/payments/)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 11:22:34 GMT</pubDate>
    <dc:creator>BrusterThemand</dc:creator>
    <dc:date>2022-10-17T11:22:34Z</dc:date>
    <item>
      <title>Using GooglePay with CyberSource Gateway</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Using-GooglePay-with-CyberSource-Gateway/m-p/84589#M493</link>
      <description>&lt;P&gt;I'm currently using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;PHP Simple Order Api REST client&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/CyberSource/cybersource-rest-client-php" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/CyberSource/cybersource-rest-client-php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Both developers guides found on&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developer.cybersource.com/api/developer-guides/dita-payments/CreatingOnlineAuth/CreatingAuthReqGooglePay.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cybersource.com/api/developer-guides/dita-payments/CreatingOnlineAuth/CreatingAuthReqGooglePay.html&amp;nbsp;&lt;/A&gt;&lt;A href="https://echat.date" target="_blank" rel="noopener"&gt;/echat&lt;/A&gt;&lt;A href="https://chatrandom.download/omegle/" target="_blank" rel="noopener"&gt;random&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://apps.cybersource.com/library/documentation/dev_guides/Google_Pay_SO_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ch_encryptedData.html#1123566" target="_blank" rel="nofollow noopener noreferrer"&gt;http://apps.cybersource.com/library/documentation/dev_guides/Google_Pay_SO_API/html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ch_encryptedData.html#1123566&amp;nbsp;&lt;/A&gt;&lt;A href="https://e-chats.com/omegle" target="_blank" rel="noopener"&gt;/echat&lt;/A&gt;&lt;A href="https://chatspin.download" target="_blank" rel="noopener"&gt;spin&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Describe the same way to format the data obtained through google pay. They however describe different ways to format the request.&lt;/P&gt;&lt;PRE&gt;1) Set the encryptedPayment_data field to the value of the
encryptedMessage field that was returned in the Full Wallet 
response.

2) Set the paymentSolution field to 012. &lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;2) In the authorization request under the paymentInformation 
object, set the key field under the fluidData object to the 
Base64-encoded value obtained from the Google Pay blob.

3) Under the processingInformation object, set the 
paymentSolution field to 012.&lt;/PRE&gt;&lt;P&gt;I'm using the I tried the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;fluidData&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;way since I couldn't find reference of an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;encryptedPayment&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;field reference in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Simple Order API&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but it's not working.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;{
    "clientReferenceInformation": {
        "code": "testcode"
    },
    "processingInformation": {
        "paymentSolution": "012"
    },
    "paymentInformation": {
        "fluidData": {
            "key":"&amp;lt;Google Pay Blob&amp;gt;"
        }
    },
    "orderInformation": {
        "amountDetails": {
            "totalAmount": "100.00",
            "currency": "USD"
        },
        "billTo": {
            "firstName": "John",
            "lastName": "Doe",
            "company": "ABC Company",
            "address1": "1 Market St",
            "locality": "san francisco",
            "administrativeArea": "CA",
            "postalCode": "94105",
            "country": "US",
            "email": "test@cybs.com",
            "phoneNumber": "4158880000"
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Response&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[body] =&amp;gt; stdClass Object
        (
            [submitTimeUtc] =&amp;gt; 2019-04-10T16:05:39Z
            [status] =&amp;gt; INVALID_REQUEST
            [reason] =&amp;gt; MISSING_FIELD
            [message] =&amp;gt; Declined - The request is missing one or more fields
            [details] =&amp;gt; Array
                (
                    [0] =&amp;gt; stdClass Object
                        (
                            [field] =&amp;gt; recipientInformation.card.number
                            [reason] =&amp;gt; MISSING_FIELD
                        )

                )

        )

    [message] =&amp;gt; [400] Error connecting to the API (https://apitest.cybersource.com/pts/v2/payments/)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:22:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Using-GooglePay-with-CyberSource-Gateway/m-p/84589#M493</guid>
      <dc:creator>BrusterThemand</dc:creator>
      <dc:date>2022-10-17T11:22:34Z</dc:date>
    </item>
  </channel>
</rss>

