E-Payment Integrator 2020 macOS Edition

Questions / Feedback?

Refund Method

Refunds a previously captured transaction.

Syntax

public func refund(transactionId: String, refundAmount: String) throws -> Void

Remarks

This method refunds a transaction that has already been captured, or settled. If the transaction is still outstanding use the VoidTransaction method instead. The TransactionId parameter indicates to the Gateway which transaction is to be refunded, and should contain the TransactionId from the original transaction. The RefundAmount parameter is the value to be refunded back to the customer, and can be all or part of the original TransactionAmount

Please see the gateway information in the table of contents to determine if your gateway supports Refund transactions.

The gw3DSI gateway requires the following additional fields for Refund transactions:


class.AddSpecialField "UserId", "my 3DSI-assigned UserId" '(Different than MerchantLogin)
class.MerchantPassword = "my 3DSI-assigned Pwd"

The LinkPoint and PSIGateXML gateways require you send the InvoiceNumber rather than the TransactionId.

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