E-Payment Integrator 2020 macOS Edition

Questions / Feedback?

Credit Method

Credits a previous ACH transaction.

Syntax

public func credit(transactionId: String, creditAmount: String) throws -> Void

Remarks

This method credits a previous ACH authorization. The TransactionId parameter indicates to the Gateway which transaction is to be voided, and should contain the TransactionId from the original transaction. The CreditAmount parameter is the value to be credited back to the customer, and can be all or part of the original TransactionAmount. The bank account indicated by RoutingNumber and AccountNumber must be identical to the original authorized transaction.

The following gateways support credit transactions:

Authorize.Net
ECX
Heartland
MPCS
Netbanx
Netbilling
PayTrace"Refund" transaction is performed.
Planet Payment
RTWare
TransNationalBankcard"Refund" transaction is performed.
TrustCommerce
USAePay
ACH FederalWhen a TransactionId is specified, a "Void" transaction will be performed. When "" (empty string) is specified for TransactionId, a "Credit" transaction will be performed.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 macOS Edition - Version 20.0 [Build 7941]