Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentSetTransactionInterfaceIdAction

    Setting the transaction interface ID produces the PaymentTransactionInterfaceIdSet Message.

    interface PaymentSetTransactionInterfaceIdAction {
        action: "setTransactionInterfaceId";
        interfaceId?: string;
        transactionId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setTransactionInterfaceId"
    interfaceId?: string

    Identifier used by the payment service that processes the Payment (for example, a PSP) in the current transaction. It must be unique across all transactions. If interfaceId is absent, this field will be removed from the specified Transaction, if it exists.

    transactionId: string

    Unique identifier of the Transaction.