The MTAccept application generates the accept page by using the information returned by the bank.
23 call w3getval(Amount,"Amount") 24 call w3getval(AuthNo,"AuthNo") 25 call w3getval(ChargeType,"chargetype") 26 27 IF ChargeType#"OneTime" THEN 28 call w3getval(RecurAmount,"RecurAmount") 29 call w3getval(RecurStart,"RecurStart") 30 call w3getval(RecurLength,"RecurLength") 31 END |
Parameters for lines 23 and 24 are sent by the bank. Other parameters are the extra information sent by the Transaction Form.