<?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 Re: Visa Checkout Button - dataLevel: FULL not returning any more than dataLevel: SUMMARY in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55781#M30621</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17807"&gt;@Frank37﻿&lt;/a&gt;&amp;nbsp; It is not available when using Authorize.Net with Visa Checkout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RIchard&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2016 13:50:21 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2016-09-19T13:50:21Z</dc:date>
    <item>
      <title>Visa Checkout Button - dataLevel: FULL not returning any more than dataLevel: SUMMARY</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55768#M30608</link>
      <description>&lt;P&gt;Integrating Authorize.net's version of Visa Checkout with our site. Using sandbox for testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my decryptPaymentDataResponse includes the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;messages (success/failure etc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;shippingInfo (including following)&lt;/P&gt;&lt;P&gt;firstName&lt;/P&gt;&lt;P&gt;lastName&lt;/P&gt;&lt;P&gt;address&lt;/P&gt;&lt;P&gt;city&lt;/P&gt;&lt;P&gt;state&lt;/P&gt;&lt;P&gt;zip&lt;/P&gt;&lt;P&gt;country&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;billingInfo (including following)&lt;/P&gt;&lt;P&gt;firstName&lt;/P&gt;&lt;P&gt;lastName&lt;/P&gt;&lt;P&gt;address&lt;/P&gt;&lt;P&gt;city&lt;/P&gt;&lt;P&gt;state&lt;/P&gt;&lt;P&gt;zip&lt;/P&gt;&lt;P&gt;country&lt;/P&gt;&lt;P&gt;email&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cardInfo (includes info about card)&lt;/P&gt;&lt;P&gt;paymentDetails (includes info about payment value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The billing and shipping info includes street address info. Billing includes email info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neither include phone number info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#visa-checkout" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#visa-checkout&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;suggests that phone number info is not returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Visa Checkout test card I am using has phone numbers in the billing and shipping fields, visible in the lightbox when testing. Everything is being passed except the phone number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://arch.developer.visa.com/vme/merchant/documents/Visa_Checkout_JavaScript_Integration_Guide/JavaScript_and_Button_Reference.html" target="_blank"&gt;https://arch.developer.visa.com/vme/merchant/documents/Visa_Checkout_JavaScript_Integration_Guide/JavaScript_and_Button_Reference.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That passing &amp;nbsp; &amp;nbsp;dataLevel: "FULL", &amp;nbsp; in the v.init() button generation code might send more info, but says: the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;(Optional) &lt;/I&gt;The level of consumer and payment information that the payment.success event response should include. If you request information, permission to receive full information must be configured in Visa Checkout; otherwise, you will always receive only summary information, regardless of the data level you specify.&lt;/P&gt;&lt;P&gt;When onboarded by a partner, the&amp;nbsp;enablePANAccess field of the onboarding API determines the default value for dataLevel. If&amp;nbsp;enablePANAccess is true when the merchant is onboarded, the default dataLevel is true; otherwise, the default dataLevel is false. For information about the enablePANAccess field in the onboarding API, see the Client API Reference, Partner Edition.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Format: &lt;/STRONG&gt;It is one of the following values:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;SUMMARY - Summary information&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;FULL - Full information, which is only available if you are configured to receive it&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;NONE - Consumer and payment information is not returned in the payment.successevent response, in which case the Get Payment Data API must be used to obtain the information. Since 2.5.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is Authorize.net's Visa Checkout integration capable of passing billing or shipping phone numbers with&amp;nbsp;&lt;SPAN&gt;decryptPaymentDataResponse?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 17:25:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55768#M30608</guid>
      <dc:creator>Frank37</dc:creator>
      <dc:date>2016-09-16T17:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Visa Checkout Button - dataLevel: FULL not returning any more than dataLevel: SUMMARY</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55777#M30617</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17807"&gt;@Frank37﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Checking our &lt;A href="https://developer.authorize.net/api/reference/#visa-checkout" target="_self"&gt;API Reference for Visa Checkout&lt;/A&gt;, I don't see that we're not exposing&amp;nbsp;the phone number as you have outlined.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm forwarding this to our product team for further review. &amp;nbsp;In the mean time, I suggest&amp;nbsp;posting this as a new feature using our &lt;A href="http://community.developer.authorize.net/t5/Ideas/idb-p/ideas" target="_blank"&gt;Ideas forum&lt;/A&gt;. This will allow others to vote on the request.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2016 15:40:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55777#M30617</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-09-17T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Visa Checkout Button - dataLevel: FULL not returning any more than dataLevel: SUMMARY</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55780#M30620</link>
      <description>&lt;P&gt;RichardH:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you please clarify?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You say "I don't see that we're not exposing the phone number..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you used too many negatives when typing the sentence... would you please clarify?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the phone number available from Visa Checkout or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Frank Williams&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:29:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55780#M30620</guid>
      <dc:creator>Frank37</dc:creator>
      <dc:date>2016-09-19T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Visa Checkout Button - dataLevel: FULL not returning any more than dataLevel: SUMMARY</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55781#M30621</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17807"&gt;@Frank37﻿&lt;/a&gt;&amp;nbsp; It is not available when using Authorize.Net with Visa Checkout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RIchard&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:50:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-Checkout-Button-dataLevel-FULL-not-returning-any-more-than/m-p/55781#M30621</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-09-19T13:50:21Z</dc:date>
    </item>
  </channel>
</rss>

