<?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: how do I do when My application is gone after payment success? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36419#M20258</link>
    <description>&lt;P&gt;Thank for your reply, that's what I want, thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2013 03:27:54 GMT</pubDate>
    <dc:creator>moon_wa</dc:creator>
    <dc:date>2013-10-25T03:27:54Z</dc:date>
    <item>
      <title>how do i do when My application is gone after payment success?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36363#M20230</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work with c# sdk, and follow the sample code,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var request = new AuthorizationRequest(payInfo.CardNumber, payInfo.ExpirationMonthAndYear, payInfo.Amount, "xxx");&lt;BR /&gt;var gate = new Gateway(paymentSettings.ApiLogin, paymentSettings.ApiKey, false);&lt;BR /&gt;IGatewayResponse response = gate.Send(request);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what if I cannot write the database, even my application is gone after payment success, how do I do in Authorize.net?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 05:01:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36363#M20230</guid>
      <dc:creator>moon_wa</dc:creator>
      <dc:date>2013-10-23T05:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: how do i do when My application is gone after payment success?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36365#M20231</link>
      <description>&lt;P&gt;Can you explain what you mean by your application is gone after payment success? where did is gone to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any transaction that not response code 3 would be saved, just login to the merchant account to see all your settled/unsettled transactions.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=4_TransResponse.html#1095094"&gt;http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=4_TransResponse.html#1095094&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 11:14:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36365#M20231</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-10-23T11:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: how do i do when My application is gone after payment success?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36383#M20240</link>
      <description>&lt;P&gt;Thank for you replay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// step1: &amp;nbsp;&lt;SPAN style="line-height: 16px;"&gt;pay via authorize.net&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;var request = new AuthorizationRequest(payInfo.CardNumber, payInfo.ExpirationMonthAndYear, payInfo.Amount, "xxx");&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var gate = new Gateway(paymentSettings.ApiLogin, paymentSettings.ApiKey, false);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IGatewayResponse response = gate.Send(request);&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;// step 2: update order into database&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;order.Status = OrderStatus.AlreadyPay;&lt;/P&gt;&lt;P&gt;order.Save();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean if the step 1 is finished, but the step 2 has not running, then my server is power / or power cut, is there solution to fix it in authorize.net ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 01:06:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36383#M20240</guid>
      <dc:creator>moon_wa</dc:creator>
      <dc:date>2013-10-24T01:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: how do i do when My application is gone after payment success?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36385#M20241</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="line-height: 16px;"&gt;RaynorC1emen7.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I think I know a have&amp;nbsp;TransactionID in the response, and I think I can query the transaction state via&amp;nbsp;&lt;SPAN&gt;TransactionID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but what if my application is crash before i got these transactionId? is there identity field I can put into request before I send request?&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;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 01:44:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36385#M20241</guid>
      <dc:creator>moon_wa</dc:creator>
      <dc:date>2013-10-24T01:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: how do i do when My application is gone after payment success?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36393#M20245</link>
      <description>&lt;P&gt;If is crash before you can save the transactionID, you can either&lt;/P&gt;&lt;P&gt;1)Login to the merchant account and check the unsettled/settled transaction by the date.&lt;/P&gt;&lt;P&gt;2)or do the same with the Transaction Detail API, &lt;A target="_blank" href="http://developer.authorize.net/api/transaction_details/"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt; where you can search by the date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are invoice#, description, PO number, etc you can use for identity fields,all the API documentation have a list of fields that is save on authorize.net&lt;/P&gt;&lt;P&gt;Although it can't be use in a seach on authorize.net&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 11:23:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36393#M20245</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-10-24T11:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: how do I do when My application is gone after payment success?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36419#M20258</link>
      <description>&lt;P&gt;Thank for your reply, that's what I want, thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 03:27:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-do-when-My-application-is-gone-after-payment-success/m-p/36419#M20258</guid>
      <dc:creator>moon_wa</dc:creator>
      <dc:date>2013-10-25T03:27:54Z</dc:date>
    </item>
  </channel>
</rss>

