<?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 get transaction response in continue/return url for Accept Hosted. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65248#M38939</link>
    <description>&lt;P&gt;Thank you all for all the guidance. Webhook was much easier than what I thought. All confusions were because of the example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get webhook working just by passing the &lt;SPAN&gt;correct URL. for example, I created .ashx handler in my application and then added that URL in the webhook setting in a sandbox setting. This helped to get back the httpcontext which had transactionId, later I used TransactionID to call getTransactionDetail to get rest of the details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note: while trying locally, we will have localhost:port#. we cannot use the same in webhook standbox. THis has to be https. This can be achieved using ngrok&amp;nbsp;for development purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you, everyone.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2018 17:05:32 GMT</pubDate>
    <dc:creator>mvkotekar1983</dc:creator>
    <dc:date>2018-12-04T17:05:32Z</dc:date>
    <item>
      <title>how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58110#M32782</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing accept hosted via php. I have followed &lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt; and successfully getting payment form. I am using redirect method for getting form. As per the reference guide i can get response on provided response url but have no idea how to do that. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the response is POST type and in order to use the response i must know its variable name. So what is its variable name???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 10:55:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58110#M32782</guid>
      <dc:creator>akansha1</dc:creator>
      <dc:date>2017-05-18T10:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58117#M32789</link>
      <description>&lt;P&gt;If the showReceipt parameter is true, system will display a receipt page after the transaction, with a "Continue" button that points back to the url provided in the url parameter.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Else if&lt;/STRONG&gt; the value of the showReceipt parameter is false, the browser will return directly to the return URL.&lt;/P&gt;&lt;P&gt;When showReceipt is false, a return URL must be provided in the url parameter. Otherwise the receipt page will be shown.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 15:09:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58117#M32789</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-18T15:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58132#M32802</link>
      <description>&lt;P&gt;In both cases, when&amp;nbsp;&lt;SPAN&gt;showReceipt is set to true or false, i am getting default receipt page&amp;nbsp;&lt;A href="https://test.authorize.net/payment/payment" target="_blank"&gt;https://test.authorize.net/payment/payment&lt;/A&gt; with continue button redirecting to the url i have specified in&amp;nbsp;hostedPaymentReturnOptions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However this is not the problem for me. In&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt; it is mentioned that&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;---------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"With any of the form integration methods, information specific to the customer can be passed back to the merchant’s server &lt;STRONG&gt;by embedding it in the continue/return URL or the cancel URL&lt;/STRONG&gt;. By embedding information into the URL that is provided in the token request, the merchant server can identify the specific customer and transaction that has been processed when the customer returns. Any name-value pairs embedded in the URL should be URL-encoded to ensure correct processing in the form request."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to know how i can embedd the response in continue/return url???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Although i was digging into the problem and found out an alternate. When i specify an url in SILENT POST URL section of authorize.net account section. i get the response on that url after every transaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want that response on the continue url. How can i get that? Advance thanks for any help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 07:23:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58132#M32802</guid>
      <dc:creator>akansha1</dc:creator>
      <dc:date>2017-05-19T07:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58133#M32803</link>
      <description>&lt;P&gt;When not using an IFrame&lt;STRONG&gt;,&lt;/STRONG&gt; the continue/return URL and cancel URL create buttons that when clicked cause the browser to perform a simple GET request to that URL. No other information about the transaction is provided directly. &lt;STRONG&gt;When using the redirect method,&lt;/STRONG&gt; an Authorize.Net generated receipt will be shown and cannot be disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of the Silent Post method, you should use &lt;A href="http://developer.authorize.net/api/reference/features/webhooks.html" target="_self"&gt;Webhooks&lt;/A&gt;, which will enable you to enroll in the events of your choice and designate a URL to receive the notifications as they occur.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 08:12:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58133#M32803</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-19T08:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58136#M32806</link>
      <description>&lt;P&gt;Is Webhooks the only way i can get transaction response when using redirect method???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 10:35:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58136#M32806</guid>
      <dc:creator>akansha1</dc:creator>
      <dc:date>2017-05-19T10:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58142#M32812</link>
      <description>&lt;P&gt;It's not the only way, but it is the best way.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 16:28:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/58142#M32812</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-19T16:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65215#M38913</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Here is the working source code:&amp;nbsp;&lt;A href="https://github.com/mvkotekar/Authorize.Net-Hosted.git" target="_blank"&gt;https://github.com/mvkotekar/Authorize.Net-Hosted.git&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have similar issue, I have used the webhooks sample code to listen to the transactions. However webhook project runs on different port like 9000. HOw do I ensure I get the response in my application itself rather than seperate&amp;nbsp;listening port ?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 07:24:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65215#M38913</guid>
      <dc:creator>mvkotekar1983</dc:creator>
      <dc:date>2018-12-01T07:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65218#M38914</link>
      <description>Mvkotekar,&lt;BR /&gt;&lt;BR /&gt;I am not familiar with your implementation method for the Accept Hosted integration, but Webhooks are a hobby horse of mine as I find them extremely useful.&lt;BR /&gt;&lt;BR /&gt;I know nothing of C#, but in my php integration it is very simple. You create a file to be hosted on your server with the rest of your application. You then enroll in events on your merchant interface (or pretend merchant interface if you’re using a sandbox) and all enrolled events will be sent to your endpoint. You can do anything with them. I think your application may be more complex however. Your C# http requests may work entirely differently than my php app from what little I know.</description>
      <pubDate>Sat, 01 Dec 2018 21:53:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65218#M38914</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2018-12-01T21:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65222#M38916</link>
      <description>&lt;P&gt;Thanks for your response. All am trying to do is, use the webhook notifications inside my asp.net application. However, the examples mentioned in authroize.net, It had to run with nodejs on other port like 9000.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your php application, do you have both authorize.net payment logic and also subscribed to all transaction events ? if Yes, am trying to achieve the same thing in C#/ASP.net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help from C#/ASP.net please ?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 16:54:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65222#M38916</guid>
      <dc:creator>mvkotekar1983</dc:creator>
      <dc:date>2018-12-02T16:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65223#M38917</link>
      <description>Sorry my friend,&lt;BR /&gt;&lt;BR /&gt;I am not sure what you’re referring to when you say authorize payment logic. Here is how my application works from end to end, there may be details you don’t need.&lt;BR /&gt;&lt;BR /&gt;1. customer enters items in cart&lt;BR /&gt;2. Customer enters shipping information on our website&lt;BR /&gt;3. Customer reviews order and shipping details&lt;BR /&gt;4. When customer clicks continue, the Accept Hosted API call is made, and all parameters are passed to authorize.net. Simultaneously, the customers order is placed, even though payment hasn’t occurred&lt;BR /&gt;5. The customer completes payment&lt;BR /&gt;6. If successful, I have a Webhooks endpoint that receives the response. Here’s how that works&lt;BR /&gt;&lt;BR /&gt;1. I am enrolled in payment events on my pretend merchant interface (and also on my clients real merchant interface). We choose what events to receive.&lt;BR /&gt;2. Going back to step 6, authorize sends the Webhooks to the endpoint I specify on my account. It is something similar to mysite.com/webhooksendpoint.php, with webhooksendpoint.php being the file that receives the Webhook and executes all the subsequent scripts&lt;BR /&gt;3. Authorizes Webhook contains 2 things I need- the X-Anet header, and the json payload. I capture the payload in its entirety, and capture the header separate from all other headers&lt;BR /&gt;4. I hash the json payload with my signature key&lt;BR /&gt;5. I set up a conditional that compares the digest of the hash in step 4 with the X-Anet header&lt;BR /&gt;6. If they do not match, a timestamp is made and inserted into a dB table, along with the senders IP address (I’m building this now. My original process simply made a log file, but I want something easier to track if security issues arise)&lt;BR /&gt;7. If they match, then the following occurs&lt;BR /&gt;8. I extract the transaction Id from the json payload&lt;BR /&gt;9. The transaction id is used to make a gettransactiondetails method call&lt;BR /&gt;10. In the method call, the invoice number tied to the customers pre-payment order (remember, the order is placed before they go to the hosted payment form) is retrieved and used to locate the record tied to that transaction.&lt;BR /&gt;11. The transaction id is entered in with the appropriate record. This is how my client can differentiate orders that were paid from orders that were not.&lt;BR /&gt;&lt;BR /&gt;You can set up multiple endpoints for each type of event, or you can set up one endpoint for everything. If you set up one endpoint that captures more than one event, you will have to somehow extract the event from the payload to determine what you want to do. This is very easy to do, and right now I’m weighing my options for some updates I’m making.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2018 03:21:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65223#M38917</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2018-12-03T03:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65227#M38921</link>
      <description>&lt;P&gt;I'm&amp;nbsp; re-entering my 2nd reply. The edit function disappeared. My food came out while I was typing this (I tend to stalk this forum while waiting at restuarants) and wasn't clear about some comments. I love this product and the people here who have helped me for over a year now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In regards to node.js, I would ignore that completely ---if you're trying to use C#--- . One bit of constructive feedback I have for authorize is that their sample apps tend to show the fully decked out maximum that is possible, when a lot people are looking for something simple. I’d hate to know the number of people who have been baffled by their embedded iframe sample app. ---To be clear, there is huge value in showing what a product is capable of, and I see the need for this. The sample app is an aspirational goal for many developers, however, and I may put in an idea suggestion that a more basic app or possibly a few tiers of apps be included as samples.---&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I never really tried to figure out that node.js app. I think it boils down to this-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)Does your implementation method (C# in your case) have a way to retrieve all http headers and extract the values of them individually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) does it also have a way to capture the json payload&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) does it have methods to manipulate json data to get whatever parameters you need to get from json data&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the answer to those 3 is yes, which I would be shocked beyond repair if they were not, then just enroll in the events you want, and mirror the first few steps of my process, only using C# instead of php. Once you’ve got the transaction id yanked out of the payload then there is really no limit to what you can do, as you can pull the entire transaction and do anything you want with its data dynamically&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's almost time for my breakfast joint to open. Hope my comments have helped you, my friend. I'll be looking for your response.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 10:21:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65227#M38921</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2018-12-03T10:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65230#M38924</link>
      <description>&lt;P&gt;Thanks for your response. I will try to follow the same thing and see if I can implement it correctly.&amp;nbsp; Like you said, my concern is around "&lt;SPAN&gt;6. &lt;STRONG&gt;If successful, I have a Webhooks endpoint that receives the response. Here’s how that works&lt;/STRONG&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used webhooks with webinbox. I am getting sense of how its working now. May be I need to implement handler/ashx to get the respones. I will try and update. Thanks for your response and comprehensive steps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 13:47:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65230#M38924</guid>
      <dc:creator>mvkotekar1983</dc:creator>
      <dc:date>2018-12-03T13:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65239#M38931</link>
      <description>&lt;P&gt;You are welcome, my friend. Like any programming exercise, I would&amp;nbsp; recommend building step by step. Also make use of the "test" button on your interface, as it will send something to your endpoint with one click. For initial debugging this is more convenient than running fake transactions on a sandbox, or at least was for me, as I had to go through the entire order process on my app to do that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm extremely impressed with these, as well as authorize's whole offering. They have a way to do just about anything you need. I cannot count the number of webhooks I have tested. I have not had one miss. 99% come back within seconds. I have a dummy remote server I use to test things, and it has very limited resources. There was one day that I was testing things over and over very fast, and for the first time my db updates didn't execute for about 4 out of 8 orders. I traced the problem down to me continual refreshing of my orders page exhausting my allocated entry processes. It had nothing to do with authorize. Since going live my client has had 0 failures.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 23:49:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65239#M38931</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2018-12-03T23:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65240#M38932</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I also looking same kind of information. If you got that please tag me. Thank you very much for informative threads.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 05:08:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65240#M38932</guid>
      <dc:creator>dhavalpatel</dc:creator>
      <dc:date>2018-12-04T05:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: how do i get transaction response in continue/return url for Accept Hosted.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65248#M38939</link>
      <description>&lt;P&gt;Thank you all for all the guidance. Webhook was much easier than what I thought. All confusions were because of the example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get webhook working just by passing the &lt;SPAN&gt;correct URL. for example, I created .ashx handler in my application and then added that URL in the webhook setting in a sandbox setting. This helped to get back the httpcontext which had transactionId, later I used TransactionID to call getTransactionDetail to get rest of the details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note: while trying locally, we will have localhost:port#. we cannot use the same in webhook standbox. THis has to be https. This can be achieved using ngrok&amp;nbsp;for development purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you, everyone.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:05:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-do-i-get-transaction-response-in-continue-return-url-for/m-p/65248#M38939</guid>
      <dc:creator>mvkotekar1983</dc:creator>
      <dc:date>2018-12-04T17:05:32Z</dc:date>
    </item>
  </channel>
</rss>

