DirectCredit (Cybercash) All platforms:
Example
<web_DirectCredit
MerchantConfigFile="d:\web\wwroot\test-mck\mck-cgi\conf\merchant_conf" OrderID="" Price=0.01 CCNumber="4111111111111111" CCExp="03/00" Error=#rt# byref>
<webPrint>
rt=#rt#<BR>
</webPrint>
<webIf #rt#>
<webPrint>
#Error.ErrorMsg#<BR>
</webPrint>
<webElse>
<webPrint>
#pop_status#<BR>
<WebIf #pop_status ? "success"#>
#pop_avs_code#<BR>
#pop_auth_code#<BR>
#pop_order_id#<BR>
#pop_price#<BR>
#pop_txn_id#<BR>
#pop_ref_code#<BR>
<webElse>
#pop_error_code#
#pop_error_message#
</webIf>
</webPrint>
</webIf>
|