<?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: Assistance with SIM (VB.NET) Sample Code for payment form in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Assistance-with-SIM-VB-NET-Sample-Code-for-payment-form/m-p/35181#M19580</link>
    <description>&lt;P&gt;I am now able to get the payment form to pull up. Not sure what was causing the error. I rebuilt the page from scratch and now it is working. I still don't know how to send a custom value and return it to my website after payment though.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2013 18:31:35 GMT</pubDate>
    <dc:creator>shedezy</dc:creator>
    <dc:date>2013-08-06T18:31:35Z</dc:date>
    <item>
      <title>Assistance with SIM (VB.NET) Sample Code for payment form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Assistance-with-SIM-VB-NET-Sample-Code-for-payment-form/m-p/35179#M19578</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to use authorize.net sample code for SIM (VB.NET) and am having some difficulty. Here is the code I'm currently using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HTML (may be slightly altered because of this forms HTML checker):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;%@ Page Language="vb" AutoEventWireup="false" CodeBehind="wellsfargo.aspx.vb" Inherits="TDEA.wellsfargo" %&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;A href="https://community.developer.cybersource.com/t5/forums/postpage/board-id/" target="_blank"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;/A&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;html xmlns="&lt;A href="https://community.developer.cybersource.com/t5/forums/postpage/board-id/" target="_blank"&gt;http://www.w3.org/1999/xhtml"&amp;gt;&lt;/A&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;head runat="server"&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;/head&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;body&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;form id="form1" runat="server" method='post' action='&lt;A href="https://community.developer.cybersource.com/t5/forums/postpage/board-id/" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll'&amp;gt;&lt;/A&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;div&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;login id&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;asp:TextBox ID="TextBox1" runat="server"&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;br /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;amount&amp;lt;asp:TextBox ID="TextBox2" runat="server"&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;br /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;asp:Button ID="Button1" runat="server" Text="Button" /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;/div&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input id="HiddenValue" type="hidden" value="Initial Value" runat="server" /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_login' id='x_login' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_amount' id='x_amount' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_description' id='x_description' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_invoice_num' id='x_invoice_num' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_fp_sequence' id='x_fp_sequence' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_fp_timestamp' id='x_fp_timestamp' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_fp_hash' id='x_fp_hash' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_test_request' id='x_test_request' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;%--&amp;lt;input id="x_relay_response" type="hidden" runat="server" name="x_relay_response" value='TRUE' /&amp;gt;--%&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;%--&amp;lt;input type="hidden" runat="server" name="x_relay_url" id='x_relay_url' /&amp;gt;--%&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;input type='hidden' runat="server" name='x_show_form' value='PAYMENT_FORM' /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;/form&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;/body&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;lt;/html&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&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;&lt;P&gt;&lt;STRONG&gt;CODE BEHIND:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Imports System.Security.Cryptography&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Public Class wellsfargo&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Inherits System.Web.UI.Page&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' start by setting the static values&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim loginID = "REMOVEDFORSECURITY"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim transactionKey = "REMOVEDFORSECURITY"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim amount = ".99"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim description = "TDEA Sample Transaction"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' The is the label on the 'submit' button&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim label = "Submit Payment"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim testMode = "false"&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' If an amount or description were posted to this page, the defaults are overidden&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;If Request.Form("amount") &amp;lt;&amp;gt; "" Then&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;amount = Request.Form("amount")&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;End If&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;If Request.Form("description") &amp;lt;&amp;gt; "" Then&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;description = Request.Form("description")&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;End If&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' also check to see if the amount or description were sent using the GET method&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;If Request.QueryString("amount") &amp;lt;&amp;gt; "" Then&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;amount = Request.QueryString("amount")&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;End If&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;If Request.QueryString("description") &amp;lt;&amp;gt; "" Then&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;description = Request.QueryString("description")&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;End If&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' an invoice is generated using the date and time&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim invoice = DateTime.Now.ToString("yyyyMMddHHmmss")&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' a sequence number is randomly generated&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim random As New Random&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim sequence = random.Next(0, 1000)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' a time stamp is generated (using a function from simlib.asp)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim timeStamp = CInt((DateTime.UtcNow - New DateTime(1970, 1, 1)).TotalSeconds)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;'generate a fingerprint&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim fingerprint = HMAC_MD5(transactionKey, loginID &amp;amp; "^" &amp;amp; sequence &amp;amp; "^" &amp;amp; timeStamp &amp;amp; "^" &amp;amp; amount &amp;amp; "^")&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;'Print the Amount and Description to the page by placing them in the Spans&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;'amountSpan.InnerHtml = amount&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;'descriptionSpan.InnerHtml = description&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;'Update the fields in the actual form &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;x_login.Value = loginID&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;x_amount.Value = amount&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;x_description.Value = description&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;'buttonLabel.Value = label&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;x_test_request.Value = testMode&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;x_invoice_num.Value = invoice&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;x_fp_sequence.Value = sequence&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;x_fp_timestamp.Value = timeStamp&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;x_fp_hash.Value = fingerprint&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;End Sub&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Function HMAC_MD5(ByVal Key, ByVal Value)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' The first two lines take the input values and convert them from strings to Byte arrays&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim HMACkey() As Byte = (New ASCIIEncoding()).GetBytes(Key)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim HMACdata() As Byte = (New ASCIIEncoding()).GetBytes(Value)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' create a HMACMD5 object with the key set&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim myhmacMD5 As New HMACMD5(HMACkey)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' calculate the hash (returns a byte array)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim HMAChash() As Byte = myhmacMD5.ComputeHash(HMACdata)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;' loop through the byte array and add append each piece to a string to obtain a hash string&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Dim fingerprint = ""&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;For i = 0 To HMAChash.Length - 1&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;fingerprint &amp;amp;= HMAChash(i).ToString("x").PadLeft(2, "0")&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Next&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Return fingerprint&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;End Function&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;End Sub&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;End Class&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;Once the page goes to the gateway at &lt;A href="https://secure.authorize.net," target="_blank"&gt;https://secure.authorize.net,&lt;/A&gt; I receive the following:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The following errors have occurred.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;(33) Credit card number is required.&lt;BR /&gt;(33) Expiration date is required.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;Ultimately, what I want to do is just come up with the value for "amount" &amp;amp; another unique value on my website, send the user off to the payment form on authorize.net then send the aforementioned unique value back to my website along with a confirm/deny that the payment went though. I suppose my post is actually 2 questions...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;1. Is SIM what I should be using to accomplish what I want to?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;2. What am I doing wrong that I'm getting the error I'm getting/Is it on the code side or within my account settings?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;TIA, Mike&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 16:50:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Assistance-with-SIM-VB-NET-Sample-Code-for-payment-form/m-p/35179#M19578</guid>
      <dc:creator>shedezy</dc:creator>
      <dc:date>2013-08-06T16:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with SIM (VB.NET) Sample Code for payment form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Assistance-with-SIM-VB-NET-Sample-Code-for-payment-form/m-p/35181#M19580</link>
      <description>&lt;P&gt;I am now able to get the payment form to pull up. Not sure what was causing the error. I rebuilt the page from scratch and now it is working. I still don't know how to send a custom value and return it to my website after payment though.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 18:31:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Assistance-with-SIM-VB-NET-Sample-Code-for-payment-form/m-p/35181#M19580</guid>
      <dc:creator>shedezy</dc:creator>
      <dc:date>2013-08-06T18:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance with SIM (VB.NET) Sample Code for payment form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Assistance-with-SIM-VB-NET-Sample-Code-for-payment-form/m-p/35182#M19581</link>
      <description>&lt;P&gt;Anything that is not authorize.net field name are consider as &lt;A href="http://www.authorize.net/support/merchant/Integration_Settings/Additional_Integration_Features.htm" target="_self"&gt;merchant defined fields&lt;/A&gt; which are return on the relay response.&lt;/P&gt;&lt;P&gt;You can post those just like the x_??? field&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 19:16:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Assistance-with-SIM-VB-NET-Sample-Code-for-payment-form/m-p/35182#M19581</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-08-06T19:16:07Z</dc:date>
    </item>
  </channel>
</rss>

