Hi Kewen, Thank you for your response! In regards to the Preview of Billing doc API, it would quite great to view Invoice in status Posted instead of Credit Memo. In regards to the Bill run, we use API request to Create Order, run Bill run and charge money for the generated Invoice. Thus, it would be great if Auto-pay is also functional in this case.
... View more
Hi all, I would like to submit a feature request/bug fixing. Please find the details on the case below: That is the case when a customer is tax exempt and makes a purchase. After a time the customer tax exempt status changes and they now have to pay taxes. The customer updates the product (quantity decrease): the amount of prorated taxes that should be paid by the customer is bigger than the amount of the decrease order (e.g. update product amount is -50$ and the prorated tax amount is +120$) the Preview of Billing docs returns only Credit memo details (-70$): which is complete misinformation behind the scenes: Zuora auto-cancels Credit Memo (-70$) Generates Invoice (+70$) customer is NOT charged at that moment, although "collectPayment" is set to "True" customer IS charged the Invoice amount (70$) during the next Bill run Consequances: Customer is informed about the refund amount they are to get: based on Billing Docs response Instead customer is charged the amount of money they were NOT informed about It is really needed that the Preview response for Billing Docs reflects the actual/trustworthy result of the operation and as a result "collectPayment" could behave as expected
... View more
Modern browsers have a feature to remember credit cards. Our Sales team is using hosted payment pages to setup information for our customers . We would like to prevent credit card save in browser because it would remember cards of our customers and it is PCI DSS issue for us. Setting the ‘autocomplete’ value on the html form and input tag should turn off this feature for browser. So our suggestion is to add an ability to specify value for form and input autocomplete attribute via Hosted Payment Page setup screen or javascript configuration using Z-pages More information - https://www.w3schools.com/howto/howto_html_autocomplete_off.asp Similar request - https://community.zuora.com/t5/Billing-Payment-Ideas/HPM-Suggestion-autocomplete-quot-off-quot/idi-p/4574
... View more