BalanceInquiry Method
Performs a Balance Inquiry Request using the specified Card data.
Syntax
int BalanceInquiry();
Remarks
This methods allows you to perform a Balance Inquiry Request using the specified Card data. The balance amount will be returned via ResponseBalance. Note that Balance Inquiries do not place a hold on a cardholder's funds and are not captured.
FDMSRetail.CardMagneticStripe =
"B4444333322221111^SMITH/JOHN M ^031210100000033301000000008000000"
FDMSRetail.CardEntryDataSource = edsTrack1
FDMSRetail.BalanceInquiry()