Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What will be the Test Transaction Instructions


raihan1780

Recommended Posts

Dear All

I am using WORLD pay SELECT junior.

When i am doing production activation in worldpay its is asking for "Test Transaction Instructions"

From where i can get my "Test Transaction Instructions"

 

Best Regards

Raihan

Link to comment
Share on other sites

Dear All

I am using WORLD pay SELECT junior.

When i am doing production activation in worldpay its is asking for "Test Transaction Instructions"

From where i can get my "Test Transaction Instructions"

 

Best Regards

Raihan

 

Simply place the following code into a HTML file. Then, in 'Test Transaction Instructions' direct the tester (WorldPay staff) to the test URL. Note: you must replace the value of the 'instId' field with the ID of the Installation you would like to test. Test card numbers can be found at http://www.worldpay.com/support/kb/mergedP...ve/tgl5103.html

 

 

<form name="form1" target="_top" method="post" action="https://select.worldpay.com/wcc/purchase">

Amount to donate:

<input type="text" name="amount"> GBP  

<input type="submit" name="Submit1" value="Donate" class="btn">

<input type="hidden" name="instId" value="xxxxx">

<input type="hidden" name="accId1" value="">

<input type="hidden" name="cartId" value="TEST">

<input type="hidden" name="desc" value="Test">

<input type="hidden" name="currency" value="GBP">

<input name="testMode" value="101" type="hidden">

</form>

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...