Skip to main content

Update Adyen Gateway

PUT 

/v2/gateways/adyen

Use this endpoint to configure Adyen.

Request

Body

    data object
    enabled boolean

    Specifies whether the gateway is enabled or disabled. Set true to enable the gateway and false to disable the gateway. Default is false.

    merchant_account stringrequired

    Represents your Adyen merchant account code. For example, MyCompanyECOM.

    username stringrequired

    Indicates your web service username. For example, ws@Company.MyCompany.

    password stringrequired

    Specifies your web service user Basic Auth password.

    test boolean

    Specifies whether the test account is enabled or disabled. Set true to enable the test account and false to disable the test account. Default is false.

Responses

OK

Schema
    data object
    enabled boolean

    Specifies whether the gateway is enabled or disabled. Set true to enable the gateway and false to disable the gateway. Default is false.

    login string

    Represents your login ID.

    name string

    Represents the name of the gateway.

    type string

    Specifies the type of object being returned.

    password string

    Specifies your password.

    signature string
    slug string

    Specifies the slug of the gateway.

    test boolean

    Specifies whether the test mode is enabled. Set true to enable test mode and false to disable the test mode. Default is false.

    merchant_account string

    Represents your Adyen merchant account code. For example, MyCompanyECOM.

Loading...