Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

Sale Method

Sends a Sale transaction to the host.

Syntax

globalchargecontrol.Sale

Remarks

A basic Sale transaction. This transaction decrements the cardholder's open-to-buy funds for the sale amount. This transaction is automatically added to the current open batch, and will be settled after the current batch is settled. The batch settlement may be set up to occur automatically, or you can control when the batch settles with the GlobalBatchMgr control. Sample transactions follow.

Sale transaction with Track 1 data:

control.CardEntryDataSource = edsMagneticStripe
control.CardMagneticStripe = "5499990123456781=15125025432198712345"
control.TransactionAmount = "1.00"
control.Sale()
Manually keyed Sale transaction:
control.CardEntryDataSource = edsManuallyEntered
control.CardNumber = "4444333322221111"
control.CardExpMonth = 1
control.CardExpYear = 2015
control.TransactionAmount = "1.00"
control.Sale()

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0