<?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 Custom Fields and Reports in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/32552#M17106</link>
    <description>&lt;P&gt;We are planning on using the&amp;nbsp;&lt;STRONG&gt;Gold Cart for WP e-Commerce plugin&lt;/STRONG&gt; to process payments through our AN account. One issue is that we want to pass information back to AN for recovery by the Accounting staff so that they can pull reports from AN that contain the custom field information. So, in addition to the standard who, how much, and CC info, each item created for purchase would contain an &lt;STRONG&gt;Entity Name&lt;/STRONG&gt;, &lt;STRONG&gt;a GL Code&lt;/STRONG&gt;, and a&amp;nbsp;&lt;STRONG&gt;Department Code&lt;/STRONG&gt; that AN would need to capture and hold for reporting purposes. While it looks like I can create custom fields it looks like those fields are for receipt generation or visual feedback. Does the AN database support the ability to have these custom fields be reflected, searchable, and availalbe for download in reports?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any guidance&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2013 02:24:15 GMT</pubDate>
    <dc:creator>lincolnmead</dc:creator>
    <dc:date>2013-01-17T02:24:15Z</dc:date>
    <item>
      <title>Custom Fields and Reports</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/32552#M17106</link>
      <description>&lt;P&gt;We are planning on using the&amp;nbsp;&lt;STRONG&gt;Gold Cart for WP e-Commerce plugin&lt;/STRONG&gt; to process payments through our AN account. One issue is that we want to pass information back to AN for recovery by the Accounting staff so that they can pull reports from AN that contain the custom field information. So, in addition to the standard who, how much, and CC info, each item created for purchase would contain an &lt;STRONG&gt;Entity Name&lt;/STRONG&gt;, &lt;STRONG&gt;a GL Code&lt;/STRONG&gt;, and a&amp;nbsp;&lt;STRONG&gt;Department Code&lt;/STRONG&gt; that AN would need to capture and hold for reporting purposes. While it looks like I can create custom fields it looks like those fields are for receipt generation or visual feedback. Does the AN database support the ability to have these custom fields be reflected, searchable, and availalbe for download in reports?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any guidance&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 02:24:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/32552#M17106</guid>
      <dc:creator>lincolnmead</dc:creator>
      <dc:date>2013-01-17T02:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Fields and Reports</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/32557#M17111</link>
      <description>&lt;P&gt;No. Authorize.net don't stored any merchant defined fields. Shouldn't you save that on your own database with the transactionID.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 12:12:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/32557#M17111</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-17T12:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Fields and Reports</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/62334#M36681</link>
      <description>&lt;P&gt;But how can we ensure, that now duplicate transactions are made in case of retry? We were planning to save some &lt;STRONG&gt;paymentId&lt;/STRONG&gt; as part of transaction information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Consider scenario, when our application sends transaction request to Auth.net. Auth.net executes the charge, and returns the response. But our application crashes before actually receiving and handling the response. Our appliation will be of course restarted, and will see the timed-out payment. So now we need to determine if the transaction was&amp;nbsp;charged&amp;nbsp;or not and we don't have a transactionId for that.&amp;nbsp;So we need to ask auth.net what transactions were successfully charged and we need to link these transaction with our internal information. For that reason we would like to save our custom information (being our internal &lt;STRONG&gt;paymentId&lt;/STRONG&gt; as part of auth.net transaction).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please advice how should we handle this scenario with Auth.net?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 09:13:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/62334#M36681</guid>
      <dc:creator>DzmitryPaulenka</dc:creator>
      <dc:date>2018-03-27T09:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Fields and Reports</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/62338#M36685</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might want to look at Webhooks feature that Authorize.net provides. Webhooks have a retry functionality, so in case your server is down, authorize.net will retry to deliver the notification to your system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/features/webhooks.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/webhooks.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/features/webhooks.html#Notification_Retries" target="_blank"&gt;https://developer.authorize.net/api/reference/features/webhooks.html#Notification_Retries&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naman&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 16:52:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Fields-and-Reports/m-p/62338#M36685</guid>
      <dc:creator>nbansal</dc:creator>
      <dc:date>2018-03-27T16:52:49Z</dc:date>
    </item>
  </channel>
</rss>

