Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentIntentReverseAction

    Requests to reverse a Payment. Checkout reverses the Payment, and then requests the PSP or gift card management system to proceed with the relevant process to reverse the Payment.

    interface PaymentIntentReverseAction {
        action: "reversePayment";
        merchantReference?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "reversePayment"

    Action to execute for the given Payment.

    merchantReference?: string

    A merchant-defined identifier associated with the Payment to track and reconcile the Payment Intent Action on the merchant's side. For example, an invoice number.