<?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: PayPal Express Checkout for Authorize.Net in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/66008#M39603</link>
    <description>&lt;P&gt;It's been over a year and a half, the documentation is still not updated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you send an invoice number on the order object for AuthOnly, GetDetails, and AuthOnlyContinued calls? I found that I can send the data on an AuthOnly call but the other transaction type calls do not work. I&amp;nbsp;am seeing this not work because ideally I would send the invoiceNumber&amp;nbsp;with either GetDetails or AuthOnlyContinued when I have the correct data.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jan 2019 20:32:49 GMT</pubDate>
    <dc:creator>alexararick</dc:creator>
    <dc:date>2019-01-23T20:32:49Z</dc:date>
    <item>
      <title>PayPal Express Checkout for Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/56158#M30966</link>
      <description>&lt;P&gt;Reviewing the integration API reference docs and conducting tests, I&amp;nbsp;can't seem to find how to pass the Invoice Number with a createTransactionRequest for PayPal Express Checkout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where in the namespace can we define the "Invoice Number". I expected to find it under "Orders", but it appears that node doesn't exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 19:34:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/56158#M30966</guid>
      <dc:creator>deklerk</dc:creator>
      <dc:date>2016-11-10T19:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: PayPal Express Checkout for Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/56163#M30971</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20869"&gt;@deklerk&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hmm... &amp;nbsp;It should work by adding the order element as shown below. &amp;nbsp;I have someone checking but you might give it a whirl and let us know if our documentation is wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    
&amp;lt;/payment&amp;gt;
  &amp;lt;order&amp;gt;
    &amp;lt;invoiceNumber&amp;gt;INV-12345&amp;lt;/invoiceNumber&amp;gt;
    &amp;lt;description&amp;gt;Product Description&amp;lt;/description&amp;gt;
  &amp;lt;/order&amp;gt;
&amp;lt;lineItems&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Nov 2016 20:36:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/56163#M30971</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-11-10T20:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: PayPal Express Checkout for Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/58129#M32799</link>
      <description>&lt;P&gt;You are correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply adding that allows us to post invoiceNumber to the API. We are also able to send billTo details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since we are using PHP and the JSON API, our solution looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;'order' =&amp;gt; array(
    'invoiceNumber' =&amp;gt; $id,
    'description' =&amp;gt; 'Lorem ipsum',
),
'billTo' =&amp;gt; array(
    'firstName' =&amp;gt; 'John',
    'lastName' =&amp;gt; 'Doe',
    'phoneNumber' =&amp;gt; '555-555-5555'
),&lt;/PRE&gt;&lt;P&gt;However, this is &lt;EM&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/EM&gt; documented in the API reference under PayPal checkout:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/#paypal-express-checkout-authorization-and-capture" target="_blank"&gt;http://developer.authorize.net/api/reference/#paypal-express-checkout-authorization-and-capture&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 19:37:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/58129#M32799</guid>
      <dc:creator>nostalgio</dc:creator>
      <dc:date>2017-05-18T19:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: PayPal Express Checkout for Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/58130#M32800</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21012"&gt;@nostalgio&lt;/a&gt;! &amp;nbsp;We'll be sure to let our documentation folks to include the information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 19:48:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/58130#M32800</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-05-18T19:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: PayPal Express Checkout for Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/58157#M32827</link>
      <description>&lt;P&gt;HI &lt;STRONG&gt;RechardH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please reply on ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/E00124-The-provided-access-token-is-invalid/m-p/58156#M32826" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/E00124-The-provided-access-token-is-invalid/m-p/58156#M32826&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 09:15:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/58157#M32827</guid>
      <dc:creator>prakash-nityo</dc:creator>
      <dc:date>2017-05-22T09:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: PayPal Express Checkout for Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/66008#M39603</link>
      <description>&lt;P&gt;It's been over a year and a half, the documentation is still not updated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you send an invoice number on the order object for AuthOnly, GetDetails, and AuthOnlyContinued calls? I found that I can send the data on an AuthOnly call but the other transaction type calls do not work. I&amp;nbsp;am seeing this not work because ideally I would send the invoiceNumber&amp;nbsp;with either GetDetails or AuthOnlyContinued when I have the correct data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 20:32:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-for-Authorize-Net/m-p/66008#M39603</guid>
      <dc:creator>alexararick</dc:creator>
      <dc:date>2019-01-23T20:32:49Z</dc:date>
    </item>
  </channel>
</rss>

