w3HTMLeComCKInfo

Syntax   Parameters   Example Program   Example

w3HTMLeComCKInfo generates the HTML for the electronic check authorization.

Syntax  

  call w3HTMLeComCKInfo  (CHID , ATSID , MT.Template , Email , CKInfo , Amount )  

Parameters  

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.

Email

In and Out

 E-mail IDs. The format is as follows:

Attrribute Value

Description

1

From@domain.com

The From Email address of the confirmation email.

2

Subject

Item ID of the Subject from the cc.document file.

3

Text

Item ID of the Email Text from the cc.document file.

 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

 MTPayment  

Example

                     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)