Setting Worldpay integration live
Posted: Wed Feb 29, 2012 2:12 am
Just being cautiuos on this one as I have previously had a techie to do integrations.
Got the the final hurdle with Worldpay integration and recied the following instructions
"To start accepting live transactions using the WorldPay Payment Gateway, you will need to change your website to run in LIVE mode.
To do this, either:
- Remove the testMode variable from your Purchase Token code
or
- Change the testMode value to 0 (zero).
For example:
<input type=hidden name="testMode" value="100">
to
<input type=hidden name="testMode" value="0">
And ensure that <form action> URL is set to "https://secure.worldpay.com/wcc/purchase"
For example:
<form action="https://secure-test.worldpay.com/wcc/purchase" method=POST>
to
<form action="https://secure.worldpay.com/wcc/purchase" method=POST>
"
Is this achieved by seting test mode to off in the Worldpay Payment Extension?
Thanks anyone.
Got the the final hurdle with Worldpay integration and recied the following instructions
"To start accepting live transactions using the WorldPay Payment Gateway, you will need to change your website to run in LIVE mode.
To do this, either:
- Remove the testMode variable from your Purchase Token code
or
- Change the testMode value to 0 (zero).
For example:
<input type=hidden name="testMode" value="100">
to
<input type=hidden name="testMode" value="0">
And ensure that <form action> URL is set to "https://secure.worldpay.com/wcc/purchase"
For example:
<form action="https://secure-test.worldpay.com/wcc/purchase" method=POST>
to
<form action="https://secure.worldpay.com/wcc/purchase" method=POST>
"
Is this achieved by seting test mode to off in the Worldpay Payment Extension?
Thanks anyone.