[ Main Menu ] [ Extension Tools Menu ] [ Professional Edition Menu ]

<iPAY> Tag


<iPAY AMOUNT="amount to charge"
ID=" unique order number "
[CURRENCY="3lettercurrencycode"] (USD)
CCNUM="credit card number"
CCMEXP="credit card month expiry"
CCYEXP="credit card year expiry"
[CAPTURE="<true | false>"] (TRUE)
[NAME="client name"]
[ADDRESS="client address"]
[CITY="client city"]
[STATE="client state"]
[COUNTRY="client country"]
[ZIP="client zip or postal code"]
>
Usage This tag is used to interact with a CyberCash system. The registry key for CyberCash under the iHTML key must have valid settings for this to work. It resolves to a return string sent by the CyberCash server which can be any of the following:
Success
Failure-Hard
Failure-Q-Or-Discard
Failure-Q-Or-Cancel
Failure-SWVersion
Failure-Bad-Money
Unknown Status
The following colon variables are also set
i_pay_errmsg
i_pay_status
i_pay_authnumber
i_pay_transactionnumber
Notes The order ID is unique and 32 characters or less and cannot contain the following characters : < > = + @ " % = &. CyberCash integration was provided by Online Creations Inc. and is implemented with the iPAY tag. For more information, visit their web site at www.oncr.com.
Example HTMLHTML CODE: This example has taken input from a secure page. A real world example is provided in the iHTML merchant files.

iPAY Example
Example Source Code
Top