Skip to main content

Update Adyen Gateway

PUT 

https://useast.api.elasticpath.com/v2/gateways/adyen

Use this endpoint to configure Adyen.

Request

Body

    data object
    enabledboolean

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

    merchant_accountstringrequired

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

    usernamestringrequired

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

    passwordstringrequired

    Specifies your web service user Basic Auth password.

    testboolean

    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
    enabledboolean

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

    Example: true
    loginstring

    Represents your login ID.

    namestring

    Represents the name of the gateway.

    Example: {gatewayName}
    typestring

    Specifies the type of object being returned.

    Example: gateway
    passwordstring

    Specifies your password.

    signaturestring
    slugstring

    Specifies the slug of the gateway.

    Example: {gatewaySlug}
    testboolean

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

    Example: false
    merchant_accountstring

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

    Example: MyCompanyECOM

Request Collapse all
Base URL
https://useast.api.elasticpath.com
Body
{
  "data": {
    "enabled": true,
    "merchant_account": "string",
    "username": "string",
    "password": "string",
    "test": true
  }
}
ResponseClear

Click the Send API Request button above and see the response here!