@safetech/pcsdk - v1.1.7
    Preparing search index...

    Class PCTransactionsManager

    PCSDK Transactions Manager

    Index

    Methods

    • Decline PCTransaction

      Parameters

      Returns Promise<AxiosResponse<any, any, any>>

    • This method is used for transactions which contain binary data. Before calling this method you are supposed to check whether transaction has binary data by invoking PCTransaction#hasBinaryData first. After downloading binary data, the PCTransaction object will be filled with binary data. You can access it through PCTransaction#getStoredBinaryData method. Calling this method when binary data is already available is not considered to be an error. In this case the method returns a blob of the corresponding mime type.

      Parameters

      Returns Promise<Blob>

      blob of the corresponding mime type.

    • Get list of transactions IDs from PCSDK Server

      Parameters

      Returns Promise<string[]>

    • Sing (confirm) PCTransaction

      Parameters

      Returns Promise<AxiosResponse<any, any, any>>