<?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: No response to capture request using CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/50039#M25541</link>
    <description>&lt;P&gt;Look into the function SendApiRequest and see what is failing.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2015 00:03:32 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-03-20T00:03:32Z</dc:date>
    <item>
      <title>No response to capture request using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49865#M25394</link>
      <description>&lt;P&gt;I am trying to switch to using CIM and Api call to authoriza and later capture transactions. &amp;nbsp;Everything is successful up to capturing the authorized amount. &amp;nbsp;I am sending the API call and getting back no response (and nothing happening on the server). &amp;nbsp;This is the code I am using, which is basically the same code I used to do the authorization which worked just fine with the fields switched to send what I think are the proper fields. &amp;nbsp; Have tried using&amp;nbsp;&lt;SPAN&gt;profileTransPriorAuthCapture and&amp;nbsp;profileTransCaptureOnly both and neither returns anything. &amp;nbsp;Can anyone help? &amp;nbsp;Site is programmed in classic ASP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;strReq = "&amp;lt;?xml version=""1.0"" encoding=""utf-8""?&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;createCustomerProfileTransactionRequest xmlns=""AnetApi/xml/v1/schema/AnetApiSchema.xsd""&amp;gt;" _&lt;BR /&gt;&amp;amp; MerchantAuthentication() _&lt;BR /&gt;&amp;amp; "&amp;lt;transaction&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;profileTransPriorAuthCapture&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;amount&amp;gt;" &amp;amp; Cdbl(GRAND_TOTAL) &amp;amp; "&amp;lt;/amount&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;customerProfileId&amp;gt;" &amp;amp; ANETID &amp;amp; "&amp;lt;/customerProfileId&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;customerPaymentProfileId&amp;gt;" &amp;amp; PROFID &amp;amp; "&amp;lt;/customerPaymentProfileId&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;order&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;invoiceNumber&amp;gt;" &amp;amp; ORDER_ID &amp;amp; "&amp;lt;/invoiceNumber&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;description&amp;gt;From Nature With Love Order #" &amp;amp; ORDER_ID &amp;amp; "&amp;lt;/description&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;/order&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;transId&amp;gt;" &amp;amp; AuthTransID &amp;amp; "&amp;lt;/transId&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;approvalCode&amp;gt;" &amp;amp; AuthApprovalCode &amp;amp; "&amp;lt;/approvalCode&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;/profileTransPriorAuthCapture&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;/transaction&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set objResponse = SendApiRequest(strReq)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 22:03:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49865#M25394</guid>
      <dc:creator>cassie</dc:creator>
      <dc:date>2015-03-03T22:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: No response to capture request using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49866#M25395</link>
      <description>&lt;P&gt;profileTransPriorAuthCapture don't use approvedCode. but that shouldn't stop it from sending&lt;/P&gt;&lt;P&gt;Can you look at the strreq before you do the SendApiRequest&lt;/P&gt;&lt;P&gt;on the auth_only did you use the # in the description?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 00:26:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49866#M25395</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-04T00:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: No response to capture request using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49867#M25396</link>
      <description>&lt;P&gt;I did not use the # in the description for the authorization so tried taking it out and it didn't make any difference, here is the authorization:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;strReq = "&amp;lt;?xml version=""1.0"" encoding=""utf-8""?&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;createCustomerProfileTransactionRequest xmlns=""AnetApi/xml/v1/schema/AnetApiSchema.xsd""&amp;gt;" _&lt;BR /&gt;&amp;amp; MerchantAuthentication() _&lt;BR /&gt;&amp;amp; "&amp;lt;transaction&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;profileTransAuthOnly&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;amount&amp;gt;" &amp;amp; Cdbl(grand_total) &amp;amp; "&amp;lt;/amount&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;customerProfileId&amp;gt;" &amp;amp; ANETID &amp;amp; "&amp;lt;/customerProfileId&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;customerPaymentProfileId&amp;gt;" &amp;amp; PROFID &amp;amp; "&amp;lt;/customerPaymentProfileId&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;order&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;invoiceNumber&amp;gt;" &amp;amp; ORDER_NO &amp;amp; "&amp;lt;/invoiceNumber&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;description&amp;gt;From Nature With Love Order No " &amp;amp; order_id &amp;amp; "&amp;lt;/description&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;/order&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;cardCode&amp;gt;" &amp;amp; CVVS &amp;amp; "&amp;lt;/cardCode&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;/profileTransAuthOnly&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;/transaction&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then I tried cutting it down as much as I thought I could: to this, but still nothing is returned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;strReq = "&amp;lt;?xml version=""1.0"" encoding=""utf-8""?&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;createTransactionRequest xmlns=""AnetApi/xml/v1/schema/AnetApiSchema.xsd""&amp;gt;" _&lt;BR /&gt;&amp;amp; MerchantAuthentication() _&lt;BR /&gt;&amp;amp; "&amp;lt;transactionRequest&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;transactionType&amp;gt;priorAuthCaptureTransaction&amp;lt;/transactionType&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;amount&amp;gt;" &amp;amp; Cdbl(GRAND_TOTAL) &amp;amp; "&amp;lt;/amount&amp;gt;" _&lt;BR /&gt;&amp;amp; " &amp;lt;transId&amp;gt;" &amp;amp; AuthTransID &amp;amp; "&amp;lt;/transId&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;/transactionRequest&amp;gt;" _&lt;BR /&gt;&amp;amp; "&amp;lt;/createTransactionRequest&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can view the string, it looks like this if I response.write it: (replaced the real codes, of course)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6xxxxxxxS 6xxxxxxxxxxx3 priorAuthCaptureTransaction 0.01 699999993&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>Wed, 04 Mar 2015 00:58:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49867#M25396</guid>
      <dc:creator>cassie</dc:creator>
      <dc:date>2015-03-04T00:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: No response to capture request using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49868#M25397</link>
      <description>&lt;P&gt;The raw response in&amp;nbsp; SendApiRequest() is blank too? Are you using createCustomerProfileTransactionRequest&amp;nbsp; or createTransactionRequest&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 02:01:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49868#M25397</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-04T02:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: No response to capture request using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49869#M25398</link>
      <description>&lt;P&gt;I have tried both createCustomerProfileTransactionRequest and createTransactionRequest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There seems to be no raw response or its blank, I do :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set objResponse = SendApiRequest(strReq)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set objDirectResponse = objResponse.selectSingleNode("/*/api:directResponse")&lt;BR /&gt;If Not (objDirectResponse Is Nothing) Then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; do some other stuff&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;Response.Write("No response received&amp;lt;hr&amp;gt;")&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and all I get back is "No Response Received"&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 02:08:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49869#M25398</guid>
      <dc:creator>cassie</dc:creator>
      <dc:date>2015-03-04T02:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: No response to capture request using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49871#M25400</link>
      <description>&lt;P&gt;You assuming the there is a directResponse? how about the raw objResponse?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 12:08:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/49871#M25400</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-04T12:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: No response to capture request using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/50038#M25540</link>
      <description>&lt;P&gt;If I response write the raw objResponse then I get nothing.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 23:18:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/50038#M25540</guid>
      <dc:creator>cassie</dc:creator>
      <dc:date>2015-03-19T23:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: No response to capture request using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/50039#M25541</link>
      <description>&lt;P&gt;Look into the function SendApiRequest and see what is failing.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 00:03:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/No-response-to-capture-request-using-CIM/m-p/50039#M25541</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-20T00:03:32Z</dc:date>
    </item>
  </channel>
</rss>

