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

Credit Method

Credits a cardholder's account.

Syntax

void __fastcall Credit();

Remarks

This transaction adds funds to the cardholder's account. This can be performed any time and in any batch, and unlike the Refund method, is not based on a previous transaction.

Manually keyed credit:

component.CardNumber = "4444333322221111"
component.CardExpMonth = 1
component.CardExpYear = 2015
component.CardEntryDataSource = edsManuallyEntered
component.TransactionAmount = "1.00" 'credits $1.00
component.Credit()

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