Test User

Software Engineer in mumbai

<html> <body> <form method="POST" action="https://payments.securetrading.net/process/payments/choice"> <input type="hidden" name="sitereference" value="test_devcode66006"> <input type="hidden" name="currencyiso3a" value="USD"> <input type="hidden" name="mainamount" value="12.00"> <input type="hidden" name="orderreference" value="myorder12345"> <input type="hidden" name="version" value="2"> <input type="hidden" name="stprofile" value="default"> <!--Enables rule that redirects the customer following a successful transaction--> <input type=hidden name="ruleidentifier" value="STR-6"> <!--Update the below with the URL for the redirect--> <input type=hidden name="successfulurlredirect" value="https://test-api.paymentiq.io/paymentiq/api/securetrading/deposit/callback"> <!--Enables rule that redirects the customer following a declined transaction--> <input type=hidden name="ruleidentifier" value="STR-7"> <!--Update the below with the URL for the redirect--> <input type=hidden name="declinedurlredirect" value="https://test-api.paymentiq.io/paymentiq/api/securetrading/deposit/callback"> <!--Enables rule that redirects the customer following an error--> <input type=hidden name="ruleidentifier" value="STR-13"> <!--Update the below with the URL for the redirect--> <input type=hidden name="errorurlredirect" value="https://test-api.paymentiq.io/paymentiq/api/securetrading/deposit/callback"> <!--This enables the all URL notification rule--> <input type=hidden name="ruleidentifier" value="STR-10"> <!--All URL notification destination--> <input type=hidden name="allurlnotification" value="https://test-api.paymentiq.io/paymentiq/api/securetrading/deposit/callback"> <input type="submit" value="Pay"> </form> </body> </html>