Business Gateway Recurring Payments (FuturePay): Home > Automation and Remote Administration > Important Aspects of Automation and Remote Administration
If you want to use remote administration functions within a server-side script on your Web site, we recommend that you ensure that:
Your instId and authPW are not revealed to the public
The script can collect the response to each request and interpret it correctly before proceeding
For details of the responses we send when we receive iadmin message submissions please refer to Responses and Code Examples.
The HTML examples shown in this section use the POST method to submit data to Worldpay. However, you can use either POST or GET for submitting these details. They can be generated using any server-side scripting language.
![]() |
You must use secure https:// URLs. |
If you use a Hosted Payment Page installation ID with the setting MD5 secret for transactions enabled, you must provide a signature with remote administration. See the Submitting Transactions to our Hosted Payment Page (HTML Redirect) Guide.
Do not add any M_, MC_ or C_ variables in the requests, as these will be discarded.
If you want to use Payment Notifications (callbacks), please refer to the Payment Response Guide.