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

Force Method

Sends a Voice Authorization (Force) transaction to the Global Payments Server.

Syntax

globalchargecontrol.Force ApprovalCode

Remarks

Force transactions are typically used when a customer's card was declined, but the merchant was able to call the issuer and receive a voice authorization code. The Force method will add the transaction into the current open batch. The TransactionAmount, Card, and all other data must match exactly to the information given over the phone to receive the voice authorization, and the ApprovalCode parameter must be set with the authorization code you received. For example

control.TransactionAmount = "1.00";
control.Force("123456"); // value from voice auth or previous AuthOnly trans

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