Customizing the Hosted Payment Page

Here are some tips for customizing the behaviour of the Hosted Payment Page

GET  /rest/signup/start?sku=AV-298


        GET /rest/signup/start?  hideCustomerFields=true&firstName=John&lastName=Doe&email=john@doe.com...

                                Note: The above string will need to be encoded appropriately (escaped)

GET /rest/signup/start?hideOrderFields=true&contractCode=MO-AV&quantity=5

Note: The above string will need to be encoded appropriately (escaped)