raihan1780 Posted April 9, 2008 Posted April 9, 2008 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 Quote
Psilocybeing Posted April 10, 2008 Posted April 10, 2008 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> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.