<?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: ARB Subscriptions and refunds in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/5079#M4207</link>
    <description>&lt;P&gt;There is no refund functionality built into our system that is specific to ARB payments. &amp;nbsp;However, any individual transaction (generated by ARB or not) can be refunded within 120 days of when it is first run. &amp;nbsp;As long as you are storing the transaction IDs that we send you for each ARB transaction, you can issue a refund either programmatically using AIM or manually through our online interface.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Aug 2010 17:14:20 GMT</pubDate>
    <dc:creator>Trevor</dc:creator>
    <dc:date>2010-08-31T17:14:20Z</dc:date>
    <item>
      <title>ARB Subscriptions and refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/4941#M4141</link>
      <description>&lt;P&gt;I am developing the payment sections of my website at the moment. I am going to be using ARB subscriptions for members. Members can upgrade their accounts at any point during there current membership.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, if&amp;nbsp;a member&amp;nbsp;changes their subscription and there is a refund that needs to be issued, can a refund to issued off their last ARB payment Transaction Id?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so where would this be done? I looked at the test account interface and I do not see an option to refund off an ARB subscription.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2010 18:37:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/4941#M4141</guid>
      <dc:creator>craigdukes78</dc:creator>
      <dc:date>2010-08-26T18:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Subscriptions and refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/5079#M4207</link>
      <description>&lt;P&gt;There is no refund functionality built into our system that is specific to ARB payments. &amp;nbsp;However, any individual transaction (generated by ARB or not) can be refunded within 120 days of when it is first run. &amp;nbsp;As long as you are storing the transaction IDs that we send you for each ARB transaction, you can issue a refund either programmatically using AIM or manually through our online interface.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2010 17:14:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/5079#M4207</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2010-08-31T17:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Subscriptions and refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35306#M19702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you let me know how i can get transaction id in ARB response?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting this type of response from ARB&amp;nbsp;CreateSubscriptionRequest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;AuthorizeNetARB_Response Object
(
    [xml] =&amp;gt; SimpleXMLElement Object
        (
            [messages] =&amp;gt; SimpleXMLElement Object
                (
                    [resultCode] =&amp;gt; Ok
                    [message] =&amp;gt; SimpleXMLElement Object
                        (
                            [code] =&amp;gt; I00001
                            [text] =&amp;gt; Successful.
                        )

                )

            [subscriptionId] =&amp;gt; 1809793
        )

    [response] =&amp;gt; ï»¿OkI00001Successful.1809793
    [xpath_xml] =&amp;gt; SimpleXMLElement Object
        (
            [messages] =&amp;gt; SimpleXMLElement Object
                (
                    [resultCode] =&amp;gt; Ok
                    [message] =&amp;gt; SimpleXMLElement Object
                        (
                            [code] =&amp;gt; I00001
                            [text] =&amp;gt; Successful.
                        )

                )

            [subscriptionId] =&amp;gt; 1809793
        )

)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need transaction id for refunds through AIM method&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Harpreet Singh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Aug 2013 07:42:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35306#M19702</guid>
      <dc:creator>harpreet</dc:creator>
      <dc:date>2013-08-23T07:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Subscriptions and refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35309#M19705</link>
      <description>&lt;P&gt;CreateSubscriptionRequest don't generate transaction, it just create a schedule job to run later.&lt;/P&gt;&lt;P&gt;You would need to either use the&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/transaction_details/" target="_self"&gt;Transaction Details API&lt;/A&gt; or silent post to get the transaction that creates from the schedule on the ARB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2013 11:54:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35309#M19705</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-08-23T11:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Subscriptions and refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35321#M19717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you let me know by which method or function i can get transaction id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is my dummy code in PHP&lt;/P&gt;&lt;P&gt;&lt;A href="http://gtstechin.com/clients/authorize.zip" target="_blank"&gt;http://gtstechin.com/clients/authorize.zip&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 05:56:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35321#M19717</guid>
      <dc:creator>harpreet</dc:creator>
      <dc:date>2013-08-26T05:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Subscriptions and refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35326#M19722</link>
      <description>&lt;P&gt;I got the tranactions ids through&amp;nbsp;&lt;A target="_self" rel="nofollow" href="http://developer.authorize.net/api/transaction_details/"&gt;Transaction Details API&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; with the help of batch id.&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;Now my next concern to get the subsciption id from particular transaction id.&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;please check the screenshot&amp;nbsp;&lt;A target="_blank" href="http://prntscr.com/1nhywt"&gt;http://prntscr.com/1nhywt&lt;/A&gt;&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;Looking for your reply&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;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 11:55:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35326#M19722</guid>
      <dc:creator>harpreet</dc:creator>
      <dc:date>2013-08-26T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Subscriptions and refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35327#M19723</link>
      <description>&lt;P&gt;currently, subscription ID is not return with the transaction detail api. but there are work around&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscription-Reporting/m-p/9362#M6193" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/ARB-Subscription-Reporting/m-p/9362#M6193&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 12:29:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Subscriptions-and-refunds/m-p/35327#M19723</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-08-26T12:29:32Z</dc:date>
    </item>
  </channel>
</rss>

