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.
10-15-2018 01:26 PM
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??
11-12-2018 03:26 PM