cancel
Showing results for 
Search instead for 
Did you mean: 

hide the order summary in the hosted payment form

Hello, 

 

How can I hide the order summary in the hosted payment form? I am using angular 5 and nodeJS. I get the form token from the AcceptJS API.  I do not want to display the invoice number and total. 

 

Here is how my form looks like:

 

  <form ngNoForm id="paymentForm" method="POST" action="https://test.authorize.net/payment/payment" target="frame">
    <input type="hidden" name="token" id="token" [value]="hostedFormToken" />
    <button type="submit" class="btn btn-primary" id="continueBtn" style="display:none;">Continue</button>
  </form>
  <iframe frameborder="0" name="frame" id="frame" width="100%" height="500" scrolling="no" align="left"></iframe>

 

 

alexesca92
Member
1 REPLY 1

@alexesca92 did you ever get this resolved? We have an issue where the total price amount is truncating the last decimal zero ($25.00-->$25.0)and as a workaround we would like to hide the total price. Let me know! Thanks!

sfo_gtu
Member