Syntax Parameters Example Program Example
w3HTMLeComCKInfo generates the HTML for the electronic check authorization.
call w3HTMLeComCKInfo (CHID , ATSID , MT.Template , Email , CKInfo , Amount )
|
CHID |
In |
Clearing House ID. This ID is the ItemID of the Clearing House from the ClearingHouse file. | ||||||||||||
|
ATSID |
In |
Merchant ID. | ||||||||||||
|
MT.Template |
In
|
MT.Template In HTML Template. The default template is MT.Template and is located in the w3html file of the FlashCONNECT account. If you need to use your own template, you must make sure that the CK section is present and named MT.CK-Required. | ||||||||||||
|
|
In and Out |
E-mail IDs. The format is as follows:
Attribute Value Description | ||||||||||||
|
CKInfo |
Out |
CK information entered by the user. The format of the CCInfo table is found in the include file w3CCInclude. | ||||||||||||
|
Amount |
In |
$ amount to be debited on Card. Do not include the $ sign. | ||||||||||||
Example Program
ATSID = "TEST0"
MT.Template = "MT.Template"
EMail<1> = "Sales@myshop.com"
<2> = "Subject1"
<3> = "Text1"
CCInfo = ""
Amount = "1200"
call w3HTMLeComCKInfo( CHID, ATSID, MT.Template, Email, CKInfo, Amount)