<?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: I need a credit card number, cvv and zip to get a succesful transaction in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50097#M25596</link>
    <description>&lt;P&gt;echo out your post string to see what you are trying to send to authorize.net&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2015 15:15:41 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-03-25T15:15:41Z</dc:date>
    <item>
      <title>I need a credit card number, cvv and zip to get a succesful transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50092#M25591</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed your guide from here &lt;A target="_blank" href="http://developer.authorize.net/tools/errorgenerationguide/"&gt;http://developer.authorize.net/tools/errorgenerationguide/&lt;/A&gt; , but I cannot find a credit card number, with a cvv and a zip that will give me a succesful transaction. I only get declined. I am using a sandbox account to make the tests and or course the sandbox url. If you could tell me a credit card number with a cvv and zip that returns a succesful transaction for the sandbox I would much appreciate it as I cannot seem to get a succesful response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 11:18:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50092#M25591</guid>
      <dc:creator>alexbobeica2015</dc:creator>
      <dc:date>2015-03-25T11:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: I need a credit card number, cvv and zip to get a succesful transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50094#M25593</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/api/reference/"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;cardNumber&amp;gt;5424000000000015&amp;lt;/cardNumber&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;expirationDate&amp;gt;1220&amp;lt;/expirationDate&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cardCode&amp;gt;999&amp;lt;/cardCode&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;zip&amp;gt;44628&amp;lt;/zip&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 11:40:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50094#M25593</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-25T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: I need a credit card number, cvv and zip to get a succesful transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50095#M25594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried those and I'm getting this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DECLINED::1::2::This transaction has been declined.::S &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 11:50:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50095#M25594</guid>
      <dc:creator>alexbobeica2015</dc:creator>
      <dc:date>2015-03-25T11:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: I need a credit card number, cvv and zip to get a succesful transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50096#M25595</link>
      <description>&lt;P&gt;I see that in your link in the test tools those work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my code (perhaps I'm doing something wrong):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function aim_processTrans($data, $test=false,$type="auth")&lt;BR /&gt;{&lt;BR /&gt;if($test)&lt;BR /&gt;{&lt;BR /&gt;$post_url = "&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll&amp;quot;;"&gt;https://test.authorize.net/gateway/transact.dll";&lt;/A&gt;&lt;BR /&gt;$loginid='myid';&lt;BR /&gt;$transkey='mykey';&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;$post_url = "&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll&amp;quot;;"&gt;https://secure.authorize.net/gateway/transact.dll";&lt;/A&gt;&lt;BR /&gt;$loginid='myid';&lt;BR /&gt;$transkey='mykey';&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;$post_values = array(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_login"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; $loginid,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_tran_key"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; $transkey,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_version"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "3.1",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_delim_data"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "TRUE",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_delim_char"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "|",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_relay_response"&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "FALSE",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_type"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "AUTH_CAPTURE",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_method"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "CC",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_card_num"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['cnumber']}",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_exp_date"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['emonth']}{$data['eyear']}",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_amount"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['price']}",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_description"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['lname']}",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_first_name"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['fname']}",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_last_name"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['lname']}",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_address"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['addr']}",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_state"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['cstate']}",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"x_zip"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;gt; "{$data['zip']}"&lt;BR /&gt;);&lt;BR /&gt;&lt;BR /&gt;$post_string = "";&lt;BR /&gt;&lt;BR /&gt;foreach( $post_values as $key =&amp;gt; $value )&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;{ $post_string .= "$key=" . urlencode( $value ) . "&amp;amp;"; }&lt;BR /&gt;&lt;BR /&gt;$post_string = rtrim( $post_string, "&amp;amp; " );&lt;BR /&gt;&lt;BR /&gt;$request = curl_init($post_url);&lt;BR /&gt;curl_setopt($request, CURLOPT_HEADER, 0);&lt;BR /&gt;curl_setopt($request, CURLOPT_RETURNTRANSFER, 1);&lt;BR /&gt;curl_setopt($request, CURLOPT_POSTFIELDS, $post_string);&lt;BR /&gt;curl_setopt($request, CURLOPT_SSL_VERIFYPEER, FALSE);&lt;BR /&gt;$post_response = curl_exec($request);&lt;BR /&gt;curl_close ($request);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$response_array = explode($post_values["x_delim_char"],$post_response);&lt;BR /&gt;&lt;BR /&gt;return $response_array;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:00:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50096#M25595</guid>
      <dc:creator>alexbobeica2015</dc:creator>
      <dc:date>2015-03-25T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: I need a credit card number, cvv and zip to get a succesful transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50097#M25596</link>
      <description>&lt;P&gt;echo out your post string to see what you are trying to send to authorize.net&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 15:15:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/50097#M25596</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-25T15:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: I need a credit card number, cvv and zip to get a succesful transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/62232#M36593</link>
      <description>&lt;P&gt;i need a credit card&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 03:15:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/62232#M36593</guid>
      <dc:creator>shairo</dc:creator>
      <dc:date>2018-03-22T03:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: I need a credit card number, cvv and zip to get a succesful transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/62237#M36598</link>
      <description>&lt;P&gt;Please check the testing guide for it .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 03:36:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-need-a-credit-card-number-cvv-and-zip-to-get-a-succesful/m-p/62237#M36598</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-03-22T03:36:32Z</dc:date>
    </item>
  </channel>
</rss>

