<?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 Authorize.net Unsettled Transaction List returning nothing, No error, No response in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-Unsettled-Transaction-List-returning-nothing-No/m-p/87917#M55372</link>
    <description>&lt;P&gt;I have copy pasted this code from Authorize.net no errors are raised by the code, and the Authorize.net response is empty.&amp;nbsp;There are no entries in the transaction list, and there are no errors either. Just empty response&lt;/P&gt;&lt;P&gt;This my code:-&lt;/P&gt;&lt;PRE&gt;    def get_unsettled_transaction_list(location, limit=20, offset=1):

        """get unsettled transaction list"""
        locationAuth = AuthorizeDotNetServices._get_location_auth(location)

        # set sorting parameters
        sorting = apicontractsv1.TransactionListSorting()
        sorting.orderBy = apicontractsv1.TransactionListOrderFieldEnum.id
        sorting.orderDescending = True

        # set paging and offset parameters
        paging = apicontractsv1.Paging()
        # Paging limit can be up to 1000 for this request
        paging.limit = limit
        paging.offset = offset

        transactionrequest = apicontractsv1.getUnsettledTransactionListRequest()
        transactionrequest.merchantAuthentication = locationAuth
        transactionrequest.refId = "Sample"
        transactionrequest.sorting = sorting
        transactionrequest.paging = paging

        unsettledTransactionListController = getUnsettledTransactionListController(transactionrequest)
        unsettledTransactionListController.execute()

        # Work on the response
        response = unsettledTransactionListController.getresponse()&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Oct 2023 14:16:55 GMT</pubDate>
    <dc:creator>SheikhImO</dc:creator>
    <dc:date>2023-10-28T14:16:55Z</dc:date>
    <item>
      <title>Authorize.net Unsettled Transaction List returning nothing, No error, No response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-Unsettled-Transaction-List-returning-nothing-No/m-p/87917#M55372</link>
      <description>&lt;P&gt;I have copy pasted this code from Authorize.net no errors are raised by the code, and the Authorize.net response is empty.&amp;nbsp;There are no entries in the transaction list, and there are no errors either. Just empty response&lt;/P&gt;&lt;P&gt;This my code:-&lt;/P&gt;&lt;PRE&gt;    def get_unsettled_transaction_list(location, limit=20, offset=1):

        """get unsettled transaction list"""
        locationAuth = AuthorizeDotNetServices._get_location_auth(location)

        # set sorting parameters
        sorting = apicontractsv1.TransactionListSorting()
        sorting.orderBy = apicontractsv1.TransactionListOrderFieldEnum.id
        sorting.orderDescending = True

        # set paging and offset parameters
        paging = apicontractsv1.Paging()
        # Paging limit can be up to 1000 for this request
        paging.limit = limit
        paging.offset = offset

        transactionrequest = apicontractsv1.getUnsettledTransactionListRequest()
        transactionrequest.merchantAuthentication = locationAuth
        transactionrequest.refId = "Sample"
        transactionrequest.sorting = sorting
        transactionrequest.paging = paging

        unsettledTransactionListController = getUnsettledTransactionListController(transactionrequest)
        unsettledTransactionListController.execute()

        # Work on the response
        response = unsettledTransactionListController.getresponse()&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 14:16:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-Unsettled-Transaction-List-returning-nothing-No/m-p/87917#M55372</guid>
      <dc:creator>SheikhImO</dc:creator>
      <dc:date>2023-10-28T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net Unsettled Transaction List returning nothing, No error, No response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-Unsettled-Transaction-List-returning-nothing-No/m-p/87956#M55398</link>
      <description>&lt;P&gt;When I think of getting an unsettled transaction list I go here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-unsettled-transaction-list" target="_blank" rel="noopener"&gt;https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-unsettled-transaction-list&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can test it using the virtual terminal and your credentials below "API Endpoints and Authentication".&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:36:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-Unsettled-Transaction-List-returning-nothing-No/m-p/87956#M55398</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-11-01T16:36:36Z</dc:date>
    </item>
  </channel>
</rss>

