<?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: informatin not showing on receipt in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59838#M34409</link>
    <description>&lt;PRE&gt;settingType[] settings = new settingType[5];&lt;BR /&gt;&lt;BR /&gt; settings[0] = new settingType();&lt;BR /&gt; settings[0].settingName = settingNameEnum.hostedPaymentButtonOptions.ToString();&lt;BR /&gt; settings[0].settingValue = "{\"text\": \"Pay\"}";&lt;BR /&gt; &lt;BR /&gt; settings[1] = new settingType();&lt;BR /&gt; settings[1].settingName = settingNameEnum.hostedPaymentBillingAddressOptions.ToString();&lt;BR /&gt; settings[1].settingValue = "{\"show\": true, \"required\":true}";&lt;BR /&gt;&lt;BR /&gt; settings[2] = new settingType();&lt;BR /&gt; settings[2].settingName = settingNameEnum.hostedPaymentShippingAddressOptions.ToString();&lt;BR /&gt; settings[2].settingValue = "{\"show\": true, \"required\":true}";&lt;BR /&gt; &lt;BR /&gt; settings[3] = new settingType();&lt;BR /&gt; settings[3].settingName = settingNameEnum.hostedPaymentCustomerOptions.ToString();&lt;BR /&gt; settings[3].settingValue = "{\"showEmail\": true, \"requiredEmail\":true}";&lt;BR /&gt;&lt;BR /&gt; settings[4] = new settingType();&lt;BR /&gt; settings[4].settingName = settingNameEnum.hostedPaymentReturnOptions.ToString();&lt;BR /&gt; settings[4].settingValue = "{\"showReceipt\" : true, \"url\":\"https://YOUR_SITE.com/receipt\", \"urlText\": \"Continue\", \"cancelUrl\": \"https://YOUR_SITE.com/cancel\", \"cancelUrlText\": \"Cancel\"}";&lt;BR /&gt; &lt;/PRE&gt;&lt;P&gt;Check out &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; for more details.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Sep 2017 12:44:07 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-09-15T12:44:07Z</dc:date>
    <item>
      <title>informatin not showing on receipt</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59823#M34394</link>
      <description>&lt;P&gt;I have a few question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Phone number will not show on the token form&lt;/P&gt;&lt;P&gt;2. shipping address or email will not show on receipt&lt;/P&gt;&lt;P&gt;3. how do you do the contuine button or cancel button&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the code&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;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; System;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; System.Collections.Generic;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; System.Linq;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; System.Web;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; AuthorizeNet.Api.Controllers;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; AuthorizeNet.Api.Controllers.Bases;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; System.Net;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; AuthorizeNet.Api.Contracts.V1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; System.Security.Authentication;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Consolas" size="2"&gt;///&lt;/FONT&gt; &lt;FONT color="#808080" face="Consolas" size="2"&gt;&amp;lt;summary&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Consolas" size="2"&gt;///&lt;/FONT&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt; Summary description for CreditCardClass&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Consolas" size="2"&gt;///&lt;/FONT&gt; &lt;FONT color="#808080" face="Consolas" size="2"&gt;&amp;lt;/summary&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;public&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;class&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;CreditCardClass&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;public&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; CreditCardClass()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;//&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;// TODO: Add constructor logic here&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;//&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;public&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;static&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; CreditCardMain(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;decimal&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; amount, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; OrderNo, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; email, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; firstname, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; lastname, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; address, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; city, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; state, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; Zip, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ShipFirstName, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ShipLastName, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ShipAddressIn, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ShipCity, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ShipState, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ShipZip)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ApiOperationBase&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ANetApiRequest&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ANetApiResponse&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&amp;gt;.RunEnvironment = AuthorizeNet.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;Environment&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.SANDBOX;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ApiOperationBase&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ANetApiRequest&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ANetApiResponse&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&amp;gt;.MerchantAuthentication = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;merchantAuthenticationType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;name = &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;""&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;ItemElementName = &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ItemChoiceType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.transactionKey,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Item = &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;""&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;settingType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;[] settings = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;settingType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;[2];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;settings[0] = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;settingType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;settings[0].settingName = &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;settingNameEnum&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.hostedPaymentButtonOptions.ToString();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;settings[0].settingValue = &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"{\"text\": \"Pay\"}"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;settings[1] = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;settingType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;settings[1].settingName = &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;settingNameEnum&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.hostedPaymentOrderOptions.ToString();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;settings[1].settingValue = &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"{\"show\": false}"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; orderIn = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;orderType&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;invoiceNumber = OrderNo&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; billingAddress = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;customerAddressType&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;email = email,&lt;/P&gt;&lt;P&gt;firstName = firstname,&lt;/P&gt;&lt;P&gt;lastName = lastname,&lt;/P&gt;&lt;P&gt;address = address,&lt;/P&gt;&lt;P&gt;city = city,&lt;/P&gt;&lt;P&gt;state = state,&lt;/P&gt;&lt;P&gt;zip = Zip&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ShipAddress = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;customerAddressType&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;firstName = ShipFirstName,&lt;/P&gt;&lt;P&gt;lastName = ShipLastName,&lt;/P&gt;&lt;P&gt;address = ShipAddressIn,&lt;/P&gt;&lt;P&gt;city = ShipCity,&lt;/P&gt;&lt;P&gt;zip = ShipZip&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; transactionRequest = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;transactionRequestType&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;transactionType = &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;transactionTypeEnum&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.authOnlyTransaction.ToString(), &lt;/FONT&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;// authorize only&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;amount = amount,&lt;/P&gt;&lt;P&gt;billTo = billingAddress,&lt;/P&gt;&lt;P&gt;order = orderIn,&lt;/P&gt;&lt;P&gt;shipTo = ShipAddress&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;const&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SslProtocols&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; _Tls12 = (&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SslProtocols&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)0x00000C00;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;const&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; Tls12 = &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Tls12 | &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Tls11 | &lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Tls;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ServicePointManager&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.SecurityProtocol = Tls12;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; request = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;getHostedPaymentPageRequest&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;request.transactionRequest = transactionRequest;&lt;/P&gt;&lt;P&gt;request.hostedPaymentSettings = settings;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; controller = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;getHostedPaymentPageController&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(request);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;controller.Execute();&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; response = controller.GetApiResponse();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; token = response.token;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;return&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; token;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 20:46:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59823#M34394</guid>
      <dc:creator>rrr944276</dc:creator>
      <dc:date>2017-09-14T20:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: informatin not showing on receipt</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59831#M34402</link>
      <description>&lt;P&gt;To enable your requested items, the Hosted Form Paremeter Settings should be like below:&lt;/P&gt;&lt;PRE&gt;settingType[] settings = new settingType[4];

            settings[0] = new settingType();
            settings[0].settingName = settingNameEnum.hostedPaymentButtonOptions.ToString();
            settings[0].settingValue = "{\"text\": \"Pay\"}";
            
            settings[1] = new settingType();
            settings[1].settingName = settingNameEnum.hostedPaymentShippingAddressOptions.ToString();
            settings[1].settingValue = "{\"show\": true, \"required\":true}";

            settings[2] = new settingType();
            settings[2].settingName = settingNameEnum.hostedPaymentCustomerOptions.ToString();
            settings[2].settingValue = "{\"showEmail\": true, \"requiredEmail\":true}";

            settings[3] = new settingType();
            settings[3].settingName = settingNameEnum.hostedPaymentReturnOptions.ToString();
            settings[3].settingValue = "{\"showReceipt\" : true, \"url\":\"https://YOUR_SITE.com/receipt\", \"urlText\": \"Continue\", \"cancelUrl\": \"https://YOUR_SITE.com/cancel\", \"cancelUrlText\": \"Cancel\"}";&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Sep 2017 23:53:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59831#M34402</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-09-14T23:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: informatin not showing on receipt</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59837#M34408</link>
      <description>&lt;P&gt;Ok that helped some but there is still a few problems&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The email will not show on billing address the other information will firstname, lastname but not the email&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;billingAddress =&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;new&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;customerAddressType&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;email = email,&lt;/P&gt;&lt;P&gt;firstName = firstname,&lt;/P&gt;&lt;P&gt;lastName = lastname,&lt;/P&gt;&lt;P&gt;address = address,&lt;/P&gt;&lt;P&gt;city = city,&lt;/P&gt;&lt;P&gt;state = state,&lt;/P&gt;&lt;P&gt;zip = Zip&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The shipaddress also is not showing on receipt&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ShipAddress =&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;new&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;customerAddressType&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;firstName = ShipFirstName,&lt;/P&gt;&lt;P&gt;lastName = ShipLastName,&lt;/P&gt;&lt;P&gt;address = ShipAddressIn,&lt;/P&gt;&lt;P&gt;city = ShipCity,&lt;/P&gt;&lt;P&gt;zip = ShipZip&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is part of the email receipt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also when user press continue it puts it in the iframe instead of opening in new page. how can i close the iframe and return to the webpage and show the receipt.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 12:34:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59837#M34408</guid>
      <dc:creator>rrr944276</dc:creator>
      <dc:date>2017-09-15T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: informatin not showing on receipt</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59838#M34409</link>
      <description>&lt;PRE&gt;settingType[] settings = new settingType[5];&lt;BR /&gt;&lt;BR /&gt; settings[0] = new settingType();&lt;BR /&gt; settings[0].settingName = settingNameEnum.hostedPaymentButtonOptions.ToString();&lt;BR /&gt; settings[0].settingValue = "{\"text\": \"Pay\"}";&lt;BR /&gt; &lt;BR /&gt; settings[1] = new settingType();&lt;BR /&gt; settings[1].settingName = settingNameEnum.hostedPaymentBillingAddressOptions.ToString();&lt;BR /&gt; settings[1].settingValue = "{\"show\": true, \"required\":true}";&lt;BR /&gt;&lt;BR /&gt; settings[2] = new settingType();&lt;BR /&gt; settings[2].settingName = settingNameEnum.hostedPaymentShippingAddressOptions.ToString();&lt;BR /&gt; settings[2].settingValue = "{\"show\": true, \"required\":true}";&lt;BR /&gt; &lt;BR /&gt; settings[3] = new settingType();&lt;BR /&gt; settings[3].settingName = settingNameEnum.hostedPaymentCustomerOptions.ToString();&lt;BR /&gt; settings[3].settingValue = "{\"showEmail\": true, \"requiredEmail\":true}";&lt;BR /&gt;&lt;BR /&gt; settings[4] = new settingType();&lt;BR /&gt; settings[4].settingName = settingNameEnum.hostedPaymentReturnOptions.ToString();&lt;BR /&gt; settings[4].settingValue = "{\"showReceipt\" : true, \"url\":\"https://YOUR_SITE.com/receipt\", \"urlText\": \"Continue\", \"cancelUrl\": \"https://YOUR_SITE.com/cancel\", \"cancelUrlText\": \"Cancel\"}";&lt;BR /&gt; &lt;/PRE&gt;&lt;P&gt;Check out &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; for more details.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 12:44:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/informatin-not-showing-on-receipt/m-p/59838#M34409</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-09-15T12:44:07Z</dc:date>
    </item>
  </channel>
</rss>

