<?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 get list of ARB transactions for customer? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/58639#M33260</link>
    <description>&lt;P&gt;The &lt;EM&gt;getTransactionListForCustomerRequest&lt;/EM&gt;&amp;nbsp;doesn't seem to return ARB transactions. There seems to be no way to get a list of ARB transactions from the API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 22:35:02 GMT</pubDate>
    <dc:creator>pdn233</dc:creator>
    <dc:date>2017-06-29T22:35:02Z</dc:date>
    <item>
      <title>How to get list of ARB transactions for customer?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/58639#M33260</link>
      <description>&lt;P&gt;The &lt;EM&gt;getTransactionListForCustomerRequest&lt;/EM&gt;&amp;nbsp;doesn't seem to return ARB transactions. There seems to be no way to get a list of ARB transactions from the API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 22:35:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/58639#M33260</guid>
      <dc:creator>pdn233</dc:creator>
      <dc:date>2017-06-29T22:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of ARB transactions for customer?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/58647#M33267</link>
      <description>&lt;P&gt;One way would be to get the ARBGetSubscriptionList with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;ARBGetSubscriptionListRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
   &amp;lt;merchantAuthentication&amp;gt;
      &amp;lt;name&amp;gt;API_LOGIN_ID&amp;lt;/name&amp;gt;
      &amp;lt;transactionKey&amp;gt;API_TRANSACTION_KEY&amp;lt;/transactionKey&amp;gt;
   &amp;lt;/merchantAuthentication&amp;gt;
   &amp;lt;searchType&amp;gt;subscriptionActive&amp;lt;/searchType&amp;gt;
   &amp;lt;sorting&amp;gt;
      &amp;lt;orderBy&amp;gt;&lt;SPAN&gt;lastName&lt;/SPAN&gt;&amp;lt;/orderBy&amp;gt;
      &amp;lt;orderDescending&amp;gt;false&amp;lt;/orderDescending&amp;gt;
   &amp;lt;/sorting&amp;gt;
   &amp;lt;paging&amp;gt;
      &amp;lt;limit&amp;gt;1000&amp;lt;/limit&amp;gt;
      &amp;lt;offset&amp;gt;1&amp;lt;/offset&amp;gt;
   &amp;lt;/paging&amp;gt;
&amp;lt;/ARBGetSubscriptionListRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then parse the reponse WHERE&amp;nbsp;customerProfileId = "CUSTOMER_PROFILE_ID";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 08:36:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/58647#M33267</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-06-30T08:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of ARB transactions for customer?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/59634#M34213</link>
      <description>&lt;P&gt;Can anyone answer the question of is 'getTransactionListForCustomerRequest' a valid request?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I, too, am desperately seeking ARB subscriber transaction history.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either this works as advertised in the API docs or it doesn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the repsonse i get for any and all accounts with verified transaction history on both sandbox and prod.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;"totalNumInResultSet": 0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;"messages": {&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;"resultCode": "Ok",&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;"message": [&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"code": "I00004",&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"text": "No records found."&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;any insight would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 19:07:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/59634#M34213</guid>
      <dc:creator>jlkive</dc:creator>
      <dc:date>2017-08-31T19:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of ARB transactions for customer?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/65486#M39151</link>
      <description>&lt;P&gt;Hi, did you ever get an answer about thid? I'm running into the same error, and can't figure out what's causing it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 19:00:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/65486#M39151</guid>
      <dc:creator>modelit1234</dc:creator>
      <dc:date>2018-12-26T19:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of ARB transactions for customer?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/65497#M39160</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/27767"&gt;@modelit1234&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to get the list of transactions for&amp;nbsp;a Subscription you need to call &lt;EM&gt;&lt;STRONG&gt;&lt;A href="https://developer.authorize.net/api/reference/#recurring-billing-get-subscription" target="_blank"&gt;ARBGetSubscription&amp;nbsp;&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;API with&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;includeTransactions&lt;/EM&gt;&lt;/STRONG&gt; flag &lt;STRONG&gt;&lt;EM&gt;True&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will get all the transactions for that subscription.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 10:37:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-list-of-ARB-transactions-for-customer/m-p/65497#M39160</guid>
      <dc:creator>kikmak42</dc:creator>
      <dc:date>2018-12-27T10:37:03Z</dc:date>
    </item>
  </channel>
</rss>

