NeXTensio Forum :: DONATION OFFERED- PASSING POST VARIABLES

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Code Monkey
06-06-2007 15:55:35 GMT +2

Hello Everyone,

I am trying to setup a checkout transaction page that posts variables to a banks gateway server, we were short of the mark before Interakt stopped offering custom code or commercial support.

We don't not need to store any of the credit card details or any other details entered so we are able to use a custom form to do this transaction and change the POST ACTION URL from self to the https://gateway server.

However the server requires extra fields that we do not want to store as hidden fields but rather entered values so they cannot be changed or seen. i.e merchant id, etc....

A custom form will only POST text fields and hidden fields to another page or server URL but not entered values.

Some time ago Interakt mentioned it needs custom code. We have tried to set the POST values using a custom trigger like this.

//start SET_POST_VARIABLES trigger
function SET_POST_VARIABLES(&$tNG) {
$_POST['virtualPaymentClientURL'] = $tNG->getColumnValue('virtualPaymentClientURL');
$_POST['vpc_Version'] = ('1234');
}
//end SET_POST_VARIABLES trigger

But it does not work. We are happy to offer a donation to anyone that may help.

Thanks

Back | Reply | Quote | Top
Masterchef
06-07-2007 01:48:30 GMT +2

Can you tell us what payment gateway you are using?

You could possibly do an include on submision then redirect it to the payment gateway this way no hidden filed will be in the page.But without knowing the gateway.

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.