<?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 How to Pass invoiceNumber using JSON / cUrl in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-Pass-invoiceNumber-using-JSON-cUrl/m-p/84035#M52981</link>
    <description>&lt;P&gt;I get an error &amp;nbsp;"code" : "E00003"when submitting the following JSON.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;{
   "createTransactionRequest":{
      "merchantAuthentication":{
         "name":"",
         "transactionKey":""
      },
      "refId":"Driver 1",
      "transactionRequest":{
         "transactionType":"authCaptureTransaction",
         "amount":"100.00",
         "payment":{
            "creditCard":{
               "cardNumber":"4111111111111111",
               "expirationDate":"05/25",
               "cardCode":"111"
            }
         },
         "order":{
            "description":"In Home Rug Cleaning",
            "invoiceNumber":"1233"
         },
         "userFields":{
            "userField":{
               "name":"Order ID",
               "value":"DDF72A74-68EB-4565-B41C-A9BA453A851D test"
            }
         }
      }
   }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 21:41:16 GMT</pubDate>
    <dc:creator>Doug__H</dc:creator>
    <dc:date>2022-09-06T21:41:16Z</dc:date>
    <item>
      <title>How to Pass invoiceNumber using JSON / cUrl</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-Pass-invoiceNumber-using-JSON-cUrl/m-p/84035#M52981</link>
      <description>&lt;P&gt;I get an error &amp;nbsp;"code" : "E00003"when submitting the following JSON.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;{
   "createTransactionRequest":{
      "merchantAuthentication":{
         "name":"",
         "transactionKey":""
      },
      "refId":"Driver 1",
      "transactionRequest":{
         "transactionType":"authCaptureTransaction",
         "amount":"100.00",
         "payment":{
            "creditCard":{
               "cardNumber":"4111111111111111",
               "expirationDate":"05/25",
               "cardCode":"111"
            }
         },
         "order":{
            "description":"In Home Rug Cleaning",
            "invoiceNumber":"1233"
         },
         "userFields":{
            "userField":{
               "name":"Order ID",
               "value":"DDF72A74-68EB-4565-B41C-A9BA453A851D test"
            }
         }
      }
   }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 21:41:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-Pass-invoiceNumber-using-JSON-cUrl/m-p/84035#M52981</guid>
      <dc:creator>Doug__H</dc:creator>
      <dc:date>2022-09-06T21:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Pass invoiceNumber using JSON / cUrl</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-Pass-invoiceNumber-using-JSON-cUrl/m-p/84036#M52982</link>
      <description>&lt;P&gt;I caught the error - the items in the "order" element were out of order. 1) invoiceNumber 2) description&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 22:14:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-Pass-invoiceNumber-using-JSON-cUrl/m-p/84036#M52982</guid>
      <dc:creator>Doug__H</dc:creator>
      <dc:date>2022-09-06T22:14:20Z</dc:date>
    </item>
  </channel>
</rss>

