---
title: "View legacy merchant webhook configuration"
method: GET
path: "/webhook/v3/config/{id}"
tags: ["Webhook Service"]
---

# View legacy merchant webhook configuration

`GET /webhook/v3/config/{id}`

Returns a merchant's webhook configuration. For a tutorial about configuring and using webhooks, see [Configuring legacy webhooks](https://docs.nexiopay.com/docs/configuring-legacy-webhooks) in Guides.

<!-- theme: info -->
> 📘 Note
> 
> For the current workflow, see the [View webhook URLs by ID and type](https://docs.nexiopay.com/reference/viewwebhookurlsbyidandtype) endpoint instead.

<!-- theme: warning -->
> ⚠️ Try It
> 
> To use the Try It feature for this endpoint, you must use the credentials for your [Sandbox API user](https://docs.nexiopay.com/docs/sandbox-environments).


<div style="display:none;">

## Request parameters
- id

## Response parameters
- merchantId
- payoutAccountId
- webhooks
- webhooks.ACCOUNT_UPDATER_ACCOUNT_CLOSED
- webhooks.ACCOUNT_UPDATER_ACCOUNT_CLOSED.url
- webhooks.ACCOUNT_UPDATER_CONTACT_CARDHOLDER
- webhooks.ACCOUNT_UPDATER_CONTACT_CARDHOLDER.url
- webhooks.CARD_DATA_UPDATED
- webhooks.CARD_DATA_UPDATED.url
- webhooks.CARD_SAVED
- webhooks.CARD_SAVED.url
- webhooks.ECHECK_SAVED
- webhooks.ECHECK_SAVED.url
- webhooks.SUBSCRIPTION_DETAILS
- webhooks.SUBSCRIPTION_DETAILS.url
- webhooks.TRANSACTION_AUTHORIZED
- webhooks.TRANSACTION_AUTHORIZED.url
- webhooks.TRANSACTION_CAPTURED
- webhooks.TRANSACTION_CAPTURED.url
- webhooks.TRANSACTION_PENDING
- webhooks.TRANSACTION_PENDING.url
- webhooks.TRANSACTION_REFUNDED
- webhooks.TRANSACTION_REFUNDED.url
- webhooks.TRANSACTION_SETTLED
- webhooks.TRANSACTION_SETTLED.url
- webhooks.TRANSACTION_VOIDED
- webhooks.TRANSACTION_VOIDED.url
- webhooks.PAYOUT
- webhooks.PAYOUT.url
- webhooks.SPENDBACK
- webhooks.SPENDBACK.url
- dateCreated
- dateLastModified

</div>

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `merchantId` MerchantId — unresolved $ref
  - `payoutAccountId` PayoutAccountId — unresolved $ref
  - `webhooks` Webhooks — unresolved $ref
  - `dateCreated` string — The date and time the configuration was created, formatted as an [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) date expressed in UTC.
  - `dateLastModified` string — The date and time the configuration was last modified, formatted as an [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) date expressed in UTC.

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
