<?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 Creating customer profile with accepting nonce in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Creating-customer-profile-with-accepting-nonce/m-p/71618#M44117</link>
    <description>&lt;P&gt;&lt;A title="Create custromer profile with accepting nonce" href="https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-profile-with-accept-nonce.php" target="_blank" rel="noopener"&gt;https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-profile-with-accept-nonce.php&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reproduced same sample code in local cmputer. First resulted&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;Invalid response Response : E00117 OTS Service Error 'Field validation error.' in Authorize Net&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Changed token(Coppied from acceptjs.html dov) throws&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;ERROR : Invalid response Response : E00114 Invalid OTS Token. &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Scenario-&amp;nbsp; When a new user register into website, a profile should create in Authorize Net. withou payment profile. Hope cust profile accept with none will work.&lt;BR /&gt;&lt;BR /&gt;But how to obtain the dataValue and&amp;nbsp; data Description&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt; // Set the payment data for the payment profile to a token obtained from Accept.js
    $op = new AnetAPI\OpaqueDataType();
    $op-&amp;gt;setDataDescriptor("COMMON.ACCEPT.INAPP.PAYMENT");
    $op-&amp;gt;setDataValue("119eyJjb2RlIjoiNTBfMl8wNjAwMDUyN0JEODE4RjQxOUEyRjhGQkIxMkY0MzdGQjAxQUIwRTY2NjhFNEFCN0VENzE4NTUwMjlGRUU0M0JFMENERUIwQzM2M0ExOUEwMDAzNzlGRDNFMjBCODJEMDFCQjkyNEJDIiwidG9rZW4iOiI5NDkwMjMyMTAyOTQwOTk5NDA0NjAzIiwidiI6IjEuMSJ9");
    $paymentOne = new AnetAPI\PaymentType();
    $paymentOne-&amp;gt;setOpaqueData($op);&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to create this token?&lt;BR /&gt;Or else Is it possible to create a customer profile with accepting nonce. Just personal infomation like name, phone and zip code?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Apr 2020 17:08:48 GMT</pubDate>
    <dc:creator>Roopeshm45</dc:creator>
    <dc:date>2020-04-18T17:08:48Z</dc:date>
    <item>
      <title>Creating customer profile with accepting nonce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Creating-customer-profile-with-accepting-nonce/m-p/71618#M44117</link>
      <description>&lt;P&gt;&lt;A title="Create custromer profile with accepting nonce" href="https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-profile-with-accept-nonce.php" target="_blank" rel="noopener"&gt;https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-profile-with-accept-nonce.php&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reproduced same sample code in local cmputer. First resulted&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;Invalid response Response : E00117 OTS Service Error 'Field validation error.' in Authorize Net&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Changed token(Coppied from acceptjs.html dov) throws&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;ERROR : Invalid response Response : E00114 Invalid OTS Token. &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Scenario-&amp;nbsp; When a new user register into website, a profile should create in Authorize Net. withou payment profile. Hope cust profile accept with none will work.&lt;BR /&gt;&lt;BR /&gt;But how to obtain the dataValue and&amp;nbsp; data Description&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt; // Set the payment data for the payment profile to a token obtained from Accept.js
    $op = new AnetAPI\OpaqueDataType();
    $op-&amp;gt;setDataDescriptor("COMMON.ACCEPT.INAPP.PAYMENT");
    $op-&amp;gt;setDataValue("119eyJjb2RlIjoiNTBfMl8wNjAwMDUyN0JEODE4RjQxOUEyRjhGQkIxMkY0MzdGQjAxQUIwRTY2NjhFNEFCN0VENzE4NTUwMjlGRUU0M0JFMENERUIwQzM2M0ExOUEwMDAzNzlGRDNFMjBCODJEMDFCQjkyNEJDIiwidG9rZW4iOiI5NDkwMjMyMTAyOTQwOTk5NDA0NjAzIiwidiI6IjEuMSJ9");
    $paymentOne = new AnetAPI\PaymentType();
    $paymentOne-&amp;gt;setOpaqueData($op);&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to create this token?&lt;BR /&gt;Or else Is it possible to create a customer profile with accepting nonce. Just personal infomation like name, phone and zip code?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 17:08:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Creating-customer-profile-with-accepting-nonce/m-p/71618#M44117</guid>
      <dc:creator>Roopeshm45</dc:creator>
      <dc:date>2020-04-18T17:08:48Z</dc:date>
    </item>
  </channel>
</rss>

