Hi,
I need to pass values to a payment processor following a purchase, I am entering the new order from an ASP page and then redirect to the payment processor, I could pass the variable such as the price, order ID etc using the string and this works, however if the user change the string and reload then they will be charged a different amount etc..
Is there a way to pass the variable using the form post method without having to ask the user to click on the button to be redirected?
Thanking you in advance
Olivier