Syntax Parameters Example Programs Example
w3HTMLeComCCInfo generates the HTML for credit card authorization.
call w3HTMLeComCCInfo (CHID , ATSID , MT.Template , Email , CCInfo , Amount , FormName )
|
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
|
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, make sure that the form begin section is present and named MT.FormBeg. If alternate template files are used along with credit card processing, the credit card processing template must be located in the alternate template file. | ||||||||||||
|
|
In and Out |
E-mail IDs. The format is as follows:
Attribute Value Description | ||||||||||||
|
CCInfo |
Out |
CC 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. | ||||||||||||
|
FormName |
In |
This entry should be the same as the formname entry in w3HTMLeComBeg. | ||||||||||||
Example Programs
ATSID = "TEST0"
MTtemplate = "MT.Template"
EMail<1> = "Sales@myshop.com"
<2> = "Subject1"
<3> = "Text1"
CCInfo = ""
Amount = "1200"
FormName = "MyFormName"
call w3HTMLeComCCInfo ( CHID, ATSID, MTtemplate, Email, CCInfo, Amount, FormName)