<?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: Simple Checkout Validation in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25613#M13658</link>
    <description>&lt;P&gt;Alright! i understood.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Now what should i do in order to validate all the fields and CC# right on the payment page?&lt;/P&gt;&lt;P&gt;2. As now you understand my application logic, can you suggest me METHOD for my requirements? (I don't have an ssl)&lt;/P&gt;</description>
    <pubDate>Thu, 12 Apr 2012 14:59:18 GMT</pubDate>
    <dc:creator>haseebkhilji</dc:creator>
    <dc:date>2012-04-12T14:59:18Z</dc:date>
    <item>
      <title>Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25555#M13629</link>
      <description>&lt;P&gt;I have integrated simple check out form with my website, but i need to validate the fields that in checkout form. I tried submitting the values empty and the form got submitted. How i can do validation on these fields?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 16:47:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25555#M13629</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-11T16:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25557#M13630</link>
      <description>&lt;P&gt;You mean the LinkId to blank, like this?&lt;/P&gt;&lt;PRE&gt;&amp;lt;form name="PrePage" method = "post" action = "&lt;A target="_blank" href="https://scotest.authorize.net/payment/CatalogPayment.aspx"&gt;https://scotest.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt; &amp;lt;input type = "hidden" name= "LinkId" value ="" /&amp;gt; &amp;lt;input type = "image" src="//testcontent.authorize.net/images/buy-now-gray.gif" /&amp;gt; &amp;lt;/form&amp;gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Or do you mean SIM? If SIM, which fields?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 17:57:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25557#M13630</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-11T17:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25559#M13631</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;Actually i have created a simple checkout form, after transaction page go to provided relay url where i get all the values and do DB and Application logic. But at Checkout form if i click on submit, it goes to relay_url with empty values. I want to validate these fields. One more thing, if its not doing validation for me, i have to validate all the fields may be on relay_url page, in this case how i go back to the checkout form, if user done an invalid move, (put empty to required field). And then how can i validate creadit card?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 18:42:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25559#M13631</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-11T18:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25561#M13632</link>
      <description>&lt;P&gt;Actually i have created a simple checkout form, after transaction page go to provided relay url where i get all the values and do DB and Application logic.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;So you are using SIM with relay response?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But at Checkout form if i click on submit, it goes to relay_url with empty values.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;So on your checkout form, you click submit and it go straight to the relay URL page and not the authorize.net CC info input page?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to validate these fields. One more thing, if its not doing validation for me, i have to validate all the fields may be on relay_url page, in this case how i go back to the checkout form, if user done an invalid move, (put empty to required field).&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Again, can you tell us which fields???&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then how can i validate credit card?&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;What kind of validation do you want to do?&lt;/FONT&gt; &lt;FONT color="#0000FF"&gt;authorize.net will return error if the credit card info is not valid.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 19:22:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25561#M13632</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-11T19:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25567#M13635</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;So you are using SIM with relay response?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;So on your checkout form, you click submit and it go straight to the relay URL page and not the authorize.net CC info input page?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Yes it goes straight to the relay URL page. Even when the credit card, expire date, Address and all the required fields are empty.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Again, can you tell us which fields???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to validate, Credit Card - Expire Date - Address - City (these all are required fields)&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;What kind of validation do you want to do?&lt;/FONT&gt;&amp;nbsp;&lt;FONT color="#0000FF"&gt;authorize.net will return error if the credit card info is not valid.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;yes if the card info is invalid, or one of the required field is empty.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 20:15:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25567#M13635</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-11T20:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25569#M13636</link>
      <description>&lt;P&gt;&lt;FONT color="#0000FF"&gt;So on your checkout form, you click submit and it go straight to the relay URL page and not the authorize.net CC info input page?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Yes it goes straight to the relay URL page. Even when the credit card, expire date, Address and all the required fields are empty.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Are you sure You are not using DPM, can you tell me the URL where you put in the CC# and expire date. Did it said https://???.authorize.net/gateway/transact.dll? Because on SIM without the CC# and expire date it show&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Credit card number is required.&lt;/LI&gt;&lt;LI&gt;Expiration date is required.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you are doing DPM, you can test it with javascript before the submit to authorize.net transact.dll.&lt;/P&gt;&lt;P&gt;Or if are using asp.net without master page, use the &amp;lt;asp:???Validator /&amp;gt;&lt;/P&gt;&lt;P&gt;And yes for DPM, it will go directly to the relay response. You will need to test the response to either go back to the checkout page or to the receipt page. Use this &lt;A target="_blank" href="https://developer.authorize.net/tools/paramdump/index.php"&gt;https://developer.authorize.net/tools/paramdump/index.php&lt;/A&gt; as the relay_response page to see the all the response values.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Updated:&lt;/P&gt;&lt;P&gt;Just run a DPM test without CC# and expiration date&lt;/P&gt;&lt;P&gt;The x_response_code is 3, x_response_reason_code is 33, the x_response_reason_text is "Credit card number is required."&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 20:39:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25569#M13636</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-11T20:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25571#M13637</link>
      <description>&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-heading lia-component-message-header"&gt;You are right.&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;[x_response_code] =&amp;gt; 3 [x_response_reason_code] =&amp;gt; 33 [x_response_reason_text] =&amp;gt; Credit card number is required.&lt;BR /&gt;&lt;BR /&gt;this is what i received.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the url is &lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 20:46:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25571#M13637</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-11T20:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25575#M13639</link>
      <description>&lt;P&gt;Then you are using DPM. Validate the inputs with javascript before submitting.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A target="_self" href="https://community.developer.cybersource.com/../user/viewprofilepage/user-id/214"&gt;&lt;SPAN&gt;stymiee&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; have some nice javascript credit card info validation &lt;A target="_blank"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 21:07:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25575#M13639</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-11T21:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25577#M13640</link>
      <description>&lt;P&gt;How i can make this form validate card automatically without any external validation?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 21:10:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25577#M13640</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-11T21:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25579#M13641</link>
      <description>&lt;P&gt;URL not working!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 21:11:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25579#M13641</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-11T21:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25581#M13642</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am using PHP.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;Basically my site is about buying credits for the site.&lt;BR /&gt;I am in test mode, i put all the required values like amount, description of the package and tax, in hidden post values. After the transaction, i got all the values from $_post array in relay_url, and then i set my business logic and display a thank you page (back to my site).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Everything is complete except the form validation that is appearing at &lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;BR /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;What if the javascript disabled by the user? How can i let authorize.net do validation for me. I am worried about disabled javascript and credit card security flaw by using kind of third party validation.&amp;nbsp;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 21:21:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25581#M13642</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-11T21:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25585#M13644</link>
      <description>&lt;P&gt;The URL is &lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Handling-Online-Payments-Part-3-Data-Validation/ba-p/10006"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Handling-Online-Payments-Part-3-Data-Validation/ba-p/10006&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For SIM you won't be able to do any validation because the page is on Authorize.net. All you can is set the field if it is required in the merchant account setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;And you said you are running in TEST mode with a production account. A lot of thing do not work with TEST mode.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;Get a test account and test it with live mode&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_self" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Authorize-Net-Test-Account-FAQs/ba-p/17440"&gt;Authorize.Net Test Account FAQs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 21:32:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25585#M13644</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-11T21:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25593#M13648</link>
      <description>&lt;P&gt;I saw the code regarding CC# validation. This is like syntax validation, what if the card No. still unvalid or Out of money or expired?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 10:21:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25593#M13648</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-12T10:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25595#M13649</link>
      <description>&lt;P&gt;Also please suggest me,&lt;BR /&gt;&lt;BR /&gt;I just want that user from my website buy credits that will use in the site, simple checkout seems, you can create form within your website page. But the problem was, i am using codeigniter, and was unable to integrate it with my CI application. Thats why i choose current (DPM) method. Now i understand that, i need to handle validation by myself. I have still no idea about how i can make validation for &amp;nbsp;creadit card (Payment and expired - Not syntax error). Do i need to put validation code in my relay_url page?&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 10:51:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25595#M13649</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-12T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25597#M13650</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="https://developer.authorize.net/api/howitworks/sim"&gt;https://developer.authorize.net/api/howitworks/sim&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is currently happening with my application.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 11:07:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25597#M13650</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-12T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25599#M13651</link>
      <description>&lt;P&gt;I also want to mention that i am not using php_sdk for it.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 11:33:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25599#M13651</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-12T11:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25601#M13652</link>
      <description>&lt;P&gt;I saw the code regarding CC# validation. This is like syntax validation, what if the card No. still unvalid or Out of money or expired?&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;That was because I assume you use DPM. You can &lt;FONT color="#FF0000"&gt;NOT&lt;/FONT&gt; do any SIM validation on Authorize.net CC info page.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Authorize.net will do simple validation like the length on the CC#, Luhn Formula for check digit, if the expiratedate enter is expirate, required fields are enter, etc. Then authorize.net send the info to your processor for process, only your processor will return if the CC is valid and if it have enough credit. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;On your relay response page, you will need to check for the response code "1" to make sure it charge the CC#.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 11:35:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25601#M13652</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-12T11:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25613#M13658</link>
      <description>&lt;P&gt;Alright! i understood.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Now what should i do in order to validate all the fields and CC# right on the payment page?&lt;/P&gt;&lt;P&gt;2. As now you understand my application logic, can you suggest me METHOD for my requirements? (I don't have an ssl)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:59:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25613#M13658</guid>
      <dc:creator>haseebkhilji</dc:creator>
      <dc:date>2012-04-12T14:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Checkout Validation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25615#M13659</link>
      <description>&lt;P&gt;1. Now what should i do in order to validate all the fields and CC# right on the payment page?&lt;/P&gt;&lt;P&gt;You can NOT do any validation with SIM payment page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. As now you understand my application logic, can you suggest me METHOD for my requirements? (I don't have an ssl)&lt;/P&gt;&lt;P&gt;For SIM, check the result on your relay response page.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 15:14:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Checkout-Validation/m-p/25615#M13659</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-12T15:14:42Z</dc:date>
    </item>
  </channel>
</rss>

