Skip to main content

Settings vault

GET 

/getConnectorSettings/:adapterId/:merchantGuid

Returns the connector settings of a given vault adapter.

Request

Query Parameters

    adapterId stringrequired

    Identifier of the adapter.

    merchantGuid stringrequired

    Identifier of the merchant.

Responses

The vault connector settings for the given adapter.

Schema

    success booleanrequired

    Whether the request was successful or not.

    baseConfig

    object

    List of properties, json-schema style.

    When creating a connector pass the key/value pairs in config.extraData.

    property name* any

    List of properties, json-schema style.

    When creating a connector pass the key/value pairs in config.extraData.

    vaultConfig

    object

    List of properties, json-schema style.

    When creating a connector pass the key/value pairs in config.vault.

    property name* any

    List of properties, json-schema style.

    When creating a connector pass the key/value pairs in config.vault.

    property name* any
Loading...