<?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: What if my server goes down after sending request to Authorize.Net in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23249#M12525</link>
    <description>&lt;P&gt;The Transaction Details API might help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/transaction_details/" target="_blank"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Feb 2012 17:18:56 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-02-18T17:18:56Z</dc:date>
    <item>
      <title>What if my server goes down after sending request to Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23245#M12523</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using AIM for the integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help to handle this case in my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;My server sent a purchase(AUTH_CAPTURE) transaction request to Authorize.Net&lt;/LI&gt;&lt;LI&gt;Before receiving the response, my server goes down.&lt;/LI&gt;&lt;LI&gt;But the transaction has been completed and success in Authorize.Net&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is there a way to get this transaction details through API ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2012 11:44:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23245#M12523</guid>
      <dc:creator>priya_authnet</dc:creator>
      <dc:date>2012-02-18T11:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: What if my server goes down after sending request to Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23249#M12525</link>
      <description>&lt;P&gt;The Transaction Details API might help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/transaction_details/" target="_blank"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2012 17:18:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23249#M12525</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-18T17:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: What if my server goes down after sending request to Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23285#M12543</link>
      <description>&lt;P&gt;Thanks TJPridge for the information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I don't have the transaction ID,&amp;nbsp; I should do the following to find the transaction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Need to get the transactions list&lt;/LI&gt;&lt;LI&gt;Iterate the transactions to find the transaction&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong / provide better solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 12:56:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23285#M12543</guid>
      <dc:creator>priya_authnet</dc:creator>
      <dc:date>2012-02-20T12:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: What if my server goes down after sending request to Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23295#M12548</link>
      <description>&lt;P&gt;You would use GetSettledBatchList and GetTransactionList, and/or GetUnsettledTransactionList to get a list of transactions, which you would then iterate through with GetTransactionDetails to pick up anything that isn't in your database. So yes.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 19:54:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23295#M12548</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-20T19:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: What if my server goes down after sending request to Authorize.Net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23371#M12586</link>
      <description>&lt;P&gt;hi TjPride. I try use GetSettledBatchList and GetTransactionList , and/or GetUnsettledTransactionList&lt;/P&gt;&lt;P&gt;but fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp; java code:&lt;/P&gt;&lt;PRE&gt;public static void GetAuthroizeMessage(String apiLogID, String transactionKey)
	{
		 Merchant merchant = Merchant
								.createMerchant(Environment.SANDBOX, apiLogID, transactionKey);

		Transaction transaction = merchant
									.createReportingTransaction(TransactionType.GET_TRANSACTION_DETAILS);

		ReportingDetails reportingDetails = ReportingDetails.createReportingDetails();
		reportingDetails.setBatchIncludeStatistics(true);
		transaction.setReportingDetails(reportingDetails);
		Result&amp;lt;Transaction&amp;gt; result = (Result&amp;lt;Transaction&amp;gt;) merchant.postTransaction(transaction);
		
		System.out.println("Result Code:" + result.getResultCode() != null ?
											result.getResultCode() : " No result code");
		if(result.isOk()){
			for (TransactionDetails transactionDetail : 
							result.getReportingDetails().getTransactionDetailList()) 
			{
				System.out.println("AccountNumber: "
										+transactionDetail.getAccountNumber());
				System.out.println("AuthCode: "
										+transactionDetail.getAuthCode());
				System.out.println("Firstname: "
										+transactionDetail.getFirstName());
				System.out.println("LastName : "
										+transactionDetail.getLastName());
				System.out.println("InvoiceNumber: "
										+transactionDetail.getInvoiceNumber());
				System.out.println("transID: "
										+transactionDetail.getTransId());
				System.out.println("BatchID: "
										+transactionDetail.getBatch().getBatchId());
				System.out.println(" AuthAmount: "
										+transactionDetail.getAuthAmount().doubleValue());
				System.out.println("Customer Email: "
										+transactionDetail.getCustomer().getEmail());
				System.out.println("Customer FaxNumber: "
										+transactionDetail.getCustomer().getFaxNumber());
				System.out.println("Customer BillTo: "
										+ transactionDetail.getCustomer().getBillTo());
				System.out.println("SettlementState: "
										+transactionDetail.getBatch().getSettlementState());
			}
		}
		
	}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;anybody know. how can get all TransactionDetail.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2012 02:41:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-if-my-server-goes-down-after-sending-request-to-Authorize/m-p/23371#M12586</guid>
      <dc:creator>david-jiang</dc:creator>
      <dc:date>2012-02-22T02:41:11Z</dc:date>
    </item>
  </channel>
</rss>

