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

ReversePartialAuth Method

This performs a reversal of a partially-authorized transaction.

Syntax

fdmshealthcarecontrol.ReversePartialAuth TransactionId, ValidationCode, ApprovalCode

Remarks

If an FSA card is authorized for an amount less than the TransactionAmount, the customer must use another form of payment for the remainder. If the customer does not have any other funds, the transaction that was just authorized may be reversed and the funds returned to the FSA card. To reverse a transaction, you need to set the TransactionAmount property with the ResponseAuthorizedAmount from the partially-authorized transaction, and then pass the ResponseTransactionId, ResponseValidationCode, and ResponseApprovalCode to this method. The following example shows how to reverse immediately after receiving a partial authorization.


  FDMSHealthCare1.TransactionNumber = FDMSHealthCare1.TransactionNumber + 1
  FDMSHealthCare1.TransactionAmount = FDMSHealthCare1.ResponseAuthorizedAmount
  FDMSHealthCare1.ReversePartialAuth(FDMSHealthCare1.ResponseTransactionId, FDMSHealthCare1.ResponseValidationCode, FDMSHealthCare1.ResponseApprovalCode)

A transaction that has been reversed in this manner MUST NOT be sent in the settlement.

Please note that the ReversePartialAuth method is only applicable to healthcare (FSA card) transactions, and may not be used for regular credit card transactions.

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