|
Executing a Test Transaction
Once you have completed your Integration Process, you are ready to try out your first Test transaction.
- Create the appropriate files - the Checkout page and Redirect URL.
The FORM Action will need to be set as http://secure.trillionpay.com/transecuteicici/icicicredit/payprocesstest.php3.
Upload all the files you have made above in a test area. Place an order using your order process until you reach the checkout page. Select the appropriate payment mode and proceed ahead.
- Upon clicking Pay on your Checkout Page, you will reach the dummy Transaction simulation page. From this page you can simulate 2 different situations - a Successful Transaction, and a Failed Transaction. Try each one of these one by one to see if you get an appropriate result from your scripts on your server i.e. if you select a Successful Transaction, the TrillionPay server will redirect you back to your website with parameters, as if a successful transaction just occurred. In this situation your Redirect URL script should set the status of that order in its database as Successful, and display a 'Thank you' message to the customer.
|