<?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: Issue with CreateCustomerPaymentProfile in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63305#M37464</link>
    <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While creating the CustomerProfile the request is not sent with validation mode set as liveMode, hence the CustomerProfile creation happens successfully with a Customer payment profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case of customerPaymentProfile creation you will also need to do the same either set the validationMode as testMode or don't set the validationMode with the request, as it takes testMode as default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the &lt;A href="https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-payment-profile.php#L64" target="_self"&gt;php sample code&lt;/A&gt; remove the validation mode set line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$paymentprofilerequest-&amp;gt;setValidationMode("liveMode");&lt;/PRE&gt;&lt;P&gt;This would make it work !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this Helps!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 05:48:55 GMT</pubDate>
    <dc:creator>kikmak42</dc:creator>
    <dc:date>2018-06-06T05:48:55Z</dc:date>
    <item>
      <title>Issue with CreateCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63262#M37432</link>
      <description>&lt;P&gt;Good day all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having an issue with using the createcustomerpaymentprofile.php. &amp;nbsp;Even though the documentation (and developer.authorize.net web page) doesn't&amp;nbsp;require a billing address when creating a new payment profile, it appears that when calling from code and even on the Authorize.net API documentation page itself, if you leave out the billing address you get a failure, "E00027 &amp;nbsp;There is one or more missing or invalid required field."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yet, I can call createcustomerprofile.php and NOT use the billing address and it creates the customer profile AND the credit card without having to provide a billing address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any solutions?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 16:07:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63262#M37432</guid>
      <dc:creator>SilkySully</dc:creator>
      <dc:date>2018-06-01T16:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CreateCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63284#M37443</link>
      <description>&lt;P&gt;Hi SilkySully,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The address is not a mandatory field is an conditional statement.&lt;/P&gt;&lt;P&gt;As mentioned in developer.authorize.net : &amp;lt;address&amp;gt; &amp;amp; &amp;lt;zip&amp;gt; are&amp;nbsp;&lt;SPAN&gt;Required if merchant would like to use the Address Verification Service security feature.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if the&amp;nbsp;&lt;SPAN&gt;createcustomerpaymentprofile request is being sent in&amp;nbsp;validationMode-&amp;gt;liveMode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it will require the above 2 values but if you want to skip that feature, you will have to go in Merchant Interface and switch-off AVS(Address verification System) inside AFDS (Advance Fraud Detection Suite) or sent the request in&amp;nbsp;validationMode-&amp;gt;liveMode so that the profile is not tested with a live transaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this Helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kaushik&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 06:29:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63284#M37443</guid>
      <dc:creator>kikmak42</dc:creator>
      <dc:date>2018-06-04T06:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CreateCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63297#M37456</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Kaushik,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, I went in and disabled the AVS and guess what? &amp;nbsp;It still doesn't work. &amp;nbsp; I get the same exact error message. &amp;nbsp;I have even waited 24 hours, just in case it was a timing issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's the thing, it works just fine (whether I had the AVS disabled or not) when I'm creating a new Customer Profile and including a credit card (without the billing information), but when I'm creating a new Customer Payment Profile (adding a credit card to an existing customer profile), it will fail every time without the billing information, even on the &lt;A href="https://developer.authorize.net/api/reference/index.html#customer-profiles" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles&lt;/A&gt; page, it fails if you remove the billing information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I am doing something wrong, please steer me in the right direction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your prompt response,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Robert&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 12:50:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63297#M37456</guid>
      <dc:creator>SilkySully</dc:creator>
      <dc:date>2018-06-05T12:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CreateCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63305#M37464</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While creating the CustomerProfile the request is not sent with validation mode set as liveMode, hence the CustomerProfile creation happens successfully with a Customer payment profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case of customerPaymentProfile creation you will also need to do the same either set the validationMode as testMode or don't set the validationMode with the request, as it takes testMode as default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the &lt;A href="https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-payment-profile.php#L64" target="_self"&gt;php sample code&lt;/A&gt; remove the validation mode set line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$paymentprofilerequest-&amp;gt;setValidationMode("liveMode");&lt;/PRE&gt;&lt;P&gt;This would make it work !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this Helps!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 05:48:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63305#M37464</guid>
      <dc:creator>kikmak42</dc:creator>
      <dc:date>2018-06-06T05:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CreateCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63307#M37466</link>
      <description>&lt;P&gt;I removed the line of code and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 15:55:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-CreateCustomerPaymentProfile/m-p/63307#M37466</guid>
      <dc:creator>SilkySully</dc:creator>
      <dc:date>2018-06-06T15:55:15Z</dc:date>
    </item>
  </channel>
</rss>

