--- title: "Account settings webhooks" description: "Receive status updates for your company and merchant accounts and stores." url: "https://docs.adyen.com/development-resources/webhooks/webhook-types/account-settings-webhooks" source_url: "https://docs.adyen.com/development-resources/webhooks/webhook-types/account-settings-webhooks.md" canonical: "https://docs.adyen.com/development-resources/webhooks/webhook-types/account-settings-webhooks" last_modified: "2023-05-26T17:38:00+02:00" language: "en" --- # Account settings webhooks Receive status updates for your company and merchant accounts and stores. [View source](/development-resources/webhooks/webhook-types/account-settings-webhooks.md) Account setting [webhooks](/development-resources/webhooks) inform you of status changes related to your company account, merchant accounts, and stores. For example, an account settings webhook event is sent when: * A merchant account or store is created, activated, deactivated, or closed. * The main settlement currency is changed. * A merchant account is assigned to a different merchant category code (MCC). On this page we describe what you need to do to receive account settings webhooks, what triggers them, and what they contain. ## Set up account settings webhooks 1. [Expose an endpoint on your server](/development-resources/webhooks/configure-and-manage#expose-an-endpoint-on-your-server) where you want to receive account settings webhooks. 2. Implement a way to [accept webhooks](/development-resources/webhooks/configure-and-manage#accept-webhooks). This includes [verifying the HMAC signature](/development-resources/webhooks/secure-webhooks/verify-hmac-signatures) using our libraries or your own solution. You must acknowledge every notification with a [successful HTTP status code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful_responses), for example **202**, within 10 seconds. 3. Configure account settings webhooks as described in [Set up webhooks in your Customer Area](/development-resources/webhooks/configure-and-manage#set-up-webhooks-in-your-customer-area). Note the following: * In your [Customer Area](https://ca-test.adyen.com/), go to **Developers** > **Webhooks**, and select **+ Webhook**. In the pop-up window, find **Account settings details**, and select **Add**. * Under **Server Configuration** > **Method**, select *JSON* as the notification format. When [going live](/development-resources/webhooks/configure-and-manage#test-and-go-live), you need to configure account settings webhooks again in your [live Customer Area](https://ca-live.adyen.com/). If you are using HMAC signed webhooks, this includes generating and verifying a new HMAC key. ### Exclude account fields from SOAP webhooks If you selected *SOAP* as the notification format, you can customize the content by excluding one or more [account field names](#accountfieldnames) from your implementation of the WSDL definition. The corresponding information is then not included in the notification messages.\ These are the **test** and **live** URL endpoints exposing the WSDL definitions: | | | | -------------------------------------------------- | --------------------------------------------------------------------------- | | **Test account settings** **notification service** | https\://ca-**test**.adyen.com/ca/services/AccountSettingsNotification?wsdl | | **Live account settings** **notification service** | https\://ca-**live**.adyen.com/ca/services/AccountSettingsNotification?wsdl | When you exclude a field, no new webhooks are generated for that field. However, if there are any pending unsent webhook events that include it, they are processed normally and the excluded field is not removed before sending. ## Events that trigger account settings webhooks Account settings webhooks are sent when there is a change in one or more of the following account fields for your company account, merchant account, or store: | Account field | Description | | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **`accountStatus`** | The status of the account or store:- `PreActive`: The merchant account or store has been created, but not yet activated. - `Active`: The merchant account or store has been activated. This means you can process payments over the merchant account or store. - `Inactive`: The merchant account or store is currently not active. - `InactiveWithModifications`: The merchant account or store is currently not active, but payment modifications such as refunds are still allowed. - `Closed`: The merchant account or store has been closed. Closing a merchant account also closes any underlying stores.Merchant accounts can also have the following status:- `TemporaryInactive`: The merchant account is temporarily not active. | | **`blockPayout`** | The payable status of a payout. For example, `Payable` or `Blocked` | | **`merchantName`** | The registered merchant name associated with the account. For example, Acme. | | **`settlementCurrency`** | The primary currency used for settlements, in [ISO currency code](https://en.wikipedia.org/wiki/ISO_4217) format. | | **`merchantCategoryCode`** | The [merchant category code (MCC)](https://en.wikipedia.org/wiki/Merchant_category_code) assigned to the merchant by the card issuer. | ## Structure of account settings webhooks account settings webhooks show information in the following fields: | Notification field | Type | Included by default | Description | | ---------------------- | ------ | ------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **`entityKey`** | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The entity that was changed. This can be at company, merchant, store, or user level. Format:- `Company.companyCode` - `MerchantAccount.merchantCode` - `Store.merchantCode.storeCode` - [code>username@accountKey\username@accountKeyusername@accountKey\username@accountKey