Worldline Connect Node.js SDK
    Preparing search index...

    Interface WebhooksContext

    interface WebhooksContext {
        getSecretKey(keyId: string): Promise<string>;
    }
    Index

    Methods

    Methods

    • Parameters

      • keyId: string

      Returns Promise<string>