<?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 Order Summary not displaying in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Order-Summary-not-displaying/m-p/63838#M37874</link>
    <description>&lt;P&gt;I am working on integrating Accept Hosted into ASP.net and I am having difficulties getting the Order Summary to show up on the top of the payment form. The only things that are displayed are the Payment Method and Pay/Cancel buttons. I have populated the order.description and lineItems in the transaction request, but they are not showing up on the payment form. Are there other fields that need to be populated so that the payment form shows this information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Dim profile = New customerProfilePaymentType()
 profile.customerProfileId = profileId

 transactionRequest = New transactionRequestType() With {
                .order = order,
                .lineItems = tmpInvoices.ToArray(),
                .transactionType = transactionTypeEnum.authCaptureTransaction.ToString(),
                .amount = Convert.ToDecimal(PayAmount.Text.Trim),
                .profile = profile}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jul 2018 21:43:33 GMT</pubDate>
    <dc:creator>jasonpojo</dc:creator>
    <dc:date>2018-07-20T21:43:33Z</dc:date>
    <item>
      <title>Order Summary not displaying</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Order-Summary-not-displaying/m-p/63838#M37874</link>
      <description>&lt;P&gt;I am working on integrating Accept Hosted into ASP.net and I am having difficulties getting the Order Summary to show up on the top of the payment form. The only things that are displayed are the Payment Method and Pay/Cancel buttons. I have populated the order.description and lineItems in the transaction request, but they are not showing up on the payment form. Are there other fields that need to be populated so that the payment form shows this information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Dim profile = New customerProfilePaymentType()
 profile.customerProfileId = profileId

 transactionRequest = New transactionRequestType() With {
                .order = order,
                .lineItems = tmpInvoices.ToArray(),
                .transactionType = transactionTypeEnum.authCaptureTransaction.ToString(),
                .amount = Convert.ToDecimal(PayAmount.Text.Trim),
                .profile = profile}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 21:43:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Order-Summary-not-displaying/m-p/63838#M37874</guid>
      <dc:creator>jasonpojo</dc:creator>
      <dc:date>2018-07-20T21:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Order Summary not displaying</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Order-Summary-not-displaying/m-p/63839#M37875</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25348"&gt;@jasonpojo&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you provide the request you sending for the token ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you passing&amp;nbsp;&lt;SPAN&gt;hostedPaymentOrderOptions as true in it ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 22:11:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Order-Summary-not-displaying/m-p/63839#M37875</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-07-20T22:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Order Summary not displaying</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Order-Summary-not-displaying/m-p/63840#M37876</link>
      <description>&lt;P&gt;I just&amp;nbsp;found that PaymentOrderOptions was set to false. I am still having an issue with the lineItems not displaying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;getHostedPaymentPageRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;65wx2CHWMa&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;8JU3pk58428dFv3J&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;clientId&amp;gt;sdk-dotnet-1.9.4&amp;lt;/clientId&amp;gt;
  &amp;lt;transactionRequest&amp;gt;
    &amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;
    &amp;lt;amount&amp;gt;10.65&amp;lt;/amount&amp;gt;
    &amp;lt;profile&amp;gt;
      &amp;lt;customerProfileId&amp;gt;1504732159&amp;lt;/customerProfileId&amp;gt;
    &amp;lt;/profile&amp;gt;
    &amp;lt;order&amp;gt;
      &amp;lt;description&amp;gt;Invoice Payment&amp;lt;/description&amp;gt;
    &amp;lt;/order&amp;gt;
    &amp;lt;lineItems&amp;gt;
      &amp;lt;lineItem&amp;gt;
        &amp;lt;itemId&amp;gt;0&amp;lt;/itemId&amp;gt;
        &amp;lt;name&amp;gt;96240&amp;lt;/name&amp;gt;
        &amp;lt;description&amp;gt;96240&amp;lt;/description&amp;gt;
        &amp;lt;quantity&amp;gt;1&amp;lt;/quantity&amp;gt;
        &amp;lt;unitPrice&amp;gt;10.6500&amp;lt;/unitPrice&amp;gt;
      &amp;lt;/lineItem&amp;gt;
    &amp;lt;/lineItems&amp;gt;
  &amp;lt;/transactionRequest&amp;gt;
  &amp;lt;hostedPaymentSettings&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentButtonOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{'text': 'Pay'}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentOrderOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{'show': true}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentReturnOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{'showReceipt': false}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentPaymentOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{'showBankAccount': false}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentBillingAddressOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{'show': true}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentIFrameCommunicatorUrl&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{'url': 'https://www.xxxxx.com/dev/secure/IFComm.html'}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
  &amp;lt;/hostedPaymentSettings&amp;gt;
&amp;lt;/getHostedPaymentPageRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 22:17:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Order-Summary-not-displaying/m-p/63840#M37876</guid>
      <dc:creator>jasonpojo</dc:creator>
      <dc:date>2018-07-20T22:17:28Z</dc:date>
    </item>
  </channel>
</rss>

