<?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: Where to find x_.. methods? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-to-find-x-methods/m-p/61803#M36203</link>
    <description>&lt;P&gt;&lt;FONT face="helvetica,arial,sans-serif"&gt;When building a new application, you should be using the new API endpoints ...&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica,arial,sans-serif"&gt;Sandbox API Endpoint:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica,arial,sans-serif"&gt;Production API Endpoint:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://api.authorize.net/xml/v1/request.api" target="_blank"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica,arial,sans-serif"&gt;In this&amp;nbsp;case, you would be able to&amp;nbsp;post an order description as well as a description for line items using JSON or XML like below:&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&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;
      &amp;lt;lineItem&amp;gt;
        &amp;lt;itemId&amp;gt;1&amp;lt;/itemId&amp;gt;
        &amp;lt;name&amp;gt;vase&amp;lt;/name&amp;gt;
        &amp;lt;description&amp;gt;Cannes logo &amp;lt;/description&amp;gt;
        &amp;lt;quantity&amp;gt;18&amp;lt;/quantity&amp;gt;
        &amp;lt;unitPrice&amp;gt;45.00&amp;lt;/unitPrice&amp;gt;
      &amp;lt;/lineItem&amp;gt;
    &amp;lt;/lineItems&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2018 22:00:16 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2018-02-21T22:00:16Z</dc:date>
    <item>
      <title>Where to find x_.. methods?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-to-find-x-methods/m-p/61802#M36202</link>
      <description>&lt;P&gt;As I couldn't integrate authorizeNET sdk in android studio, I started to implement request methods myself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use&amp;nbsp;Charge a Credit Card and&amp;nbsp;Debit a Bank Account.&lt;/P&gt;&lt;P&gt;All works, but I need to send some description info about payment, like like: "Payment for the installation of ... by John Silver".&lt;/P&gt;&lt;P&gt;But I don't see appropriate section for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found that in windows version of our programm is used parameters with "x_" at the begining.&lt;/P&gt;&lt;P&gt;Like x_amount, x_description, x_email etc.&lt;/P&gt;&lt;P&gt;And that&amp;nbsp;&lt;SPAN&gt;x_description is exactly what i want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, my questions: where is description of api with x_.. ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 19:53:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-to-find-x-methods/m-p/61802#M36202</guid>
      <dc:creator>AlexeyS8</dc:creator>
      <dc:date>2018-02-21T19:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find x_.. methods?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-to-find-x-methods/m-p/61803#M36203</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica,arial,sans-serif"&gt;When building a new application, you should be using the new API endpoints ...&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica,arial,sans-serif"&gt;Sandbox API Endpoint:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica,arial,sans-serif"&gt;Production API Endpoint:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://api.authorize.net/xml/v1/request.api" target="_blank"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica,arial,sans-serif"&gt;In this&amp;nbsp;case, you would be able to&amp;nbsp;post an order description as well as a description for line items using JSON or XML like below:&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&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;
      &amp;lt;lineItem&amp;gt;
        &amp;lt;itemId&amp;gt;1&amp;lt;/itemId&amp;gt;
        &amp;lt;name&amp;gt;vase&amp;lt;/name&amp;gt;
        &amp;lt;description&amp;gt;Cannes logo &amp;lt;/description&amp;gt;
        &amp;lt;quantity&amp;gt;18&amp;lt;/quantity&amp;gt;
        &amp;lt;unitPrice&amp;gt;45.00&amp;lt;/unitPrice&amp;gt;
      &amp;lt;/lineItem&amp;gt;
    &amp;lt;/lineItems&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 22:00:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-to-find-x-methods/m-p/61803#M36203</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2018-02-21T22:00:16Z</dc:date>
    </item>
  </channel>
</rss>

