Jump to content

Worldpay


Guest bangon

Recommended Posts

Guest bangon

Hello,

im having problems setting my worldpay payments gateway to live can anyone help me, recieved this email but i cannot find test parameters to change please help.

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>

If you are using a shopping cart, please consult the software supplier for details on how to set your cart to start accepting live payments.

please help how do i switch to live thanks John

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...