Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentTransactionInterfaceIdSetMessagePayload

    Generated after a successful Set Transaction InterfaceId update action.

    interface PaymentTransactionInterfaceIdSetMessagePayload {
        newInterfaceId?: string;
        oldInterfaceId?: string;
        transactionId: string;
        type: "PaymentTransactionInterfaceIdSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    newInterfaceId?: string

    Identifier used by the payment service that processes the Payment (for example, a PSP) after Set Transaction InterfaceId update action.

    oldInterfaceId?: string

    Identifier used by the payment service that processes the Payment (for example, a PSP) before the Set Transaction InterfaceId update action.

    transactionId: string

    Unique identifier of the Transaction.

    type: "PaymentTransactionInterfaceIdSet"