cancel
Showing results for 
Search instead for 
Did you mean: 

Sim hosted form refId

I have a legacy SIM form implementation and in need of a way to senf the new REFID field with a transaction. Is this at all possible is the only option to migrate to the newer Accept solution.

 

I apologize in advance if this has already been discussed.

batmanatperry
Member
1 REPLY 1

Same... this new stuff is dreadfully complicted! Just need to drag an amount and a customer ID into the payment submission.... like

$x_Description = $_REQUEST['x_Description'];
$x_Amount = $_REQUEST['x_Amount'];
$x_cust_id = $_REQUEST['x_cust_id'];
$x_company = $_REQUEST['x_company'];
$x_po_num = $_REQUEST['x_po_num'];
$x_event = $_REQUEST['x_event'];

 

Where is any of that?? 

gerardmclean
Member