Skip to main content

Payment Sale Reversal

Overview

Payment Sale Reversal will reversal the full amount of a previous Payment Sale transaction.

Prerequisites

There is one prerequisite resource that must be created before requesting a payment reversal.

           Object           Definition
Chargent TransactionTransactions record the results of the requests made to the payment gateway on the Chargent Order. Transactions are also used to make additional requests in the payments lifecycle.

Create Payment Sale Reversal

Flow Action

Action NameLabelCategory
apex-ChargentBase_FlowPaymentsReversalsChargent Payments ReversalsChargent Payments

Flow Method

Method NameInputInput TypeOutputOutput Type
reversal()transactionIdsList<Id>ReversalOutputList<ReversalOutput>

ReversalOutput Properties

PropertyTypeDescription
statusBooleanSuccess or failure status for the payment reversal action.
messageStringThe detailed message for the result of the payment reversal action.
transactionIdStringThe transaction ID associated with reversal to the Chargent Order.

Learn More

Learn more about Payment Reversals.